Html Css Color HEX #CB3626 Persian Red

📋 copy color: '#CB3626'

red 203 ◦ green 54 ◦ blue 38

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

Shades of Persian Red #CB3626

Tints of Persian Red #CB3626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

 BLUE value IS 38 (15.23% from 255) = 12.88%

R = 68.81%
G = 18.31%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB3626 (or 0xCB3626) is known color: Persian Red. HEX triplet: CB, 36 and 26. RGB value is (203,54,38). Sum of RGB (Red+Green+Blue) = 203+54+38=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3626 is #34C9D9. Grayscale: #606060. Windows color (decimal): -3459546 or 2504395. OLE color: 2504395.

HSL color Cylindrical-coordinate representation of color #CB3626: hue angle of 5.82º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB3626 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 54 38 -
CMYK 0 0.73 0.81 0.20
HSL 5.82º 0.68% 0.47% -
HSV(B) 5.82º 0.81% 0.8% -
XYZ 26.3 15.47 3.43 -
YUV 96.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 203 54 38 0 0.73 0.81 0.20 5.82 0.68 0.47
Hex CB 36 26 0 49 51 14 6 44 2F
Octal 313 66 46 0 111 121 24 6 104 57
Binary 11001011 110110 100110 0 1001001 1010001 10100 110 1000100 101111

Color Harmonies of #CB3626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3626

Black with #CB3626

Text Example


Text Example

White with #CB3626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3626; }

 p { color: rgb(203,54,38); }

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

background-color css

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

 a { background-color: rgb(203,54,38); }

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

border-color css

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

 span { border-color: rgb(203,54,38); }

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