Html Css Color HEX #CB403D Persian Red

📋 copy color: '#CB403D'

red 203 ◦ green 64 ◦ blue 61

#CB403D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CB403D

Tints of Persian Red #CB403D

RGB

 RED value IS 203 (79.69% from 255) = 61.89%

 GREEN value IS 64 (25.39% from 255) = 19.51%

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 61.89%
G = 19.51%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB403D (or 0xCB403D) is known color: Persian Red. HEX triplet: CB, 40 and 3D. RGB value is (203,64,61). Sum of RGB (Red+Green+Blue) = 203+64+61=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB403D is #34BFC2. Grayscale: #696969. Windows color (decimal): -3456963 or 4014283. OLE color: 4014283.

HSL color Cylindrical-coordinate representation of color #CB403D: hue angle of 1.27º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB403D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 64 61 -
CMYK 0 0.68 0.70 0.20
HSL 1.27º 0.58% 0.52% -
HSV(B) 1.27º 0.7% 0.8% -
XYZ 27.3 16.7 6.2 -
YUV 105.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 203 64 61 0 0.68 0.70 0.20 1.27 0.58 0.52
Hex CB 40 3D 0 44 46 14 1 3A 34
Octal 313 100 75 0 104 106 24 1 72 64
Binary 11001011 1000000 111101 0 1000100 1000110 10100 1 111010 110100

Color Harmonies of #CB403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB403D

Black with #CB403D

Text Example


Text Example

White with #CB403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB403D; }

 p { color: rgb(203,64,61); }

 H1.HeaderClassName
 {
   color: #CB403D;
 }
 .AnyTagClassName
 {
   color: #CB403D;
 }
</style>

background-color css

<style>
 a { background-color: #CB403D; }

 a { background-color: rgb(203,64,61); }

 div.DivClassName
 {
   background-color: #CB403D;
 }
 .BgClassName
 {
   background-color: #CB403D;
 }
</style>

border-color css

<style>
 span { border-color: #CB403D; }

 span { border-color: rgb(203,64,61); }

 td.TdClassName
 {
   border-color: #CB403D;
 }
 .TagClassName
 {
   border-color: #CB403D;
 }
</style>