Html Css Color HEX #CB3C26 Persian Red

📋 copy color: '#CB3C26'

red 203 ◦ green 60 ◦ blue 38

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

Shades of Persian Red #CB3C26

Tints of Persian Red #CB3C26

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

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

R = 67.44%
G = 19.93%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB3C26 (or 0xCB3C26) is known color: Persian Red. HEX triplet: CB, 3C and 26. RGB value is (203,60,38). Sum of RGB (Red+Green+Blue) = 203+60+38=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C26 is #34C3D9. Grayscale: #646464. Windows color (decimal): -3458010 or 2505931. OLE color: 2505931.

HSL color Cylindrical-coordinate representation of color #CB3C26: hue angle of 8º 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 #CB3C26 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 60 38 -
CMYK 0 0.70 0.81 0.20
HSL 0.68% 0.47% -
HSV(B) 0.81% 0.8% -
XYZ 26.59 16.07 3.53 -
YUV 100.25 92.88 201.29 -
System Red Green Blue C M Y K H S L
Decimal 203 60 38 0 0.70 0.81 0.20 8 0.68 0.47
Hex CB 3C 26 0 46 51 14 8 44 2F
Octal 313 74 46 0 106 121 24 10 104 57
Binary 11001011 111100 100110 0 1000110 1010001 10100 1000 1000100 101111

Color Harmonies of #CB3C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3C26

Black with #CB3C26

Text Example


Text Example

White with #CB3C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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