Html Css Color HEX #CB3226 Persian Red

📋 copy color: '#CB3226'

red 203 ◦ green 50 ◦ blue 38

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

Shades of Persian Red #CB3226

Tints of Persian Red #CB3226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.18%

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

R = 69.76%
G = 17.18%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB3226 (or 0xCB3226) is known color: Persian Red. HEX triplet: CB, 32 and 26. RGB value is (203,50,38). Sum of RGB (Red+Green+Blue) = 203+50+38=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3226 is #34CDD9. Grayscale: #5E5E5E. Windows color (decimal): -3460570 or 2503371. OLE color: 2503371.

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

Color convert

RGB 203 50 38 -
CMYK 0 0.75 0.81 0.20
HSL 4.36º 0.68% 0.47% -
HSV(B) 4.36º 0.81% 0.8% -
XYZ 26.12 15.12 3.38 -
YUV 94.38 96.19 205.48 -
System Red Green Blue C M Y K H S L
Decimal 203 50 38 0 0.75 0.81 0.20 4.36 0.68 0.47
Hex CB 32 26 0 4B 51 14 4 44 2F
Octal 313 62 46 0 113 121 24 4 104 57
Binary 11001011 110010 100110 0 1001011 1010001 10100 100 1000100 101111

Color Harmonies of #CB3226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3226

Black with #CB3226

Text Example


Text Example

White with #CB3226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3226; }

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

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

background-color css

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

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

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

border-color css

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

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

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