Html Css Color HEX #CB372C Persian Red

📋 copy color: '#CB372C'

red 203 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #CB372C

Tints of Persian Red #CB372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 67.22%
G = 18.21%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB372C (or 0xCB372C) is known color: Persian Red. HEX triplet: CB, 37 and 2C. RGB value is (203,55,44). Sum of RGB (Red+Green+Blue) = 203+55+44=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB372C is #34C8D3. Grayscale: #626262. Windows color (decimal): -3459284 or 2897867. OLE color: 2897867.

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

Color convert

RGB 203 55 44 -
CMYK 0 0.73 0.78 0.20
HSL 4.15º 0.64% 0.48% -
HSV(B) 4.15º 0.78% 0.8% -
XYZ 26.45 15.61 4 -
YUV 98 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 203 55 44 0 0.73 0.78 0.20 4.15 0.64 0.48
Hex CB 37 2C 0 49 4E 14 4 40 30
Octal 313 67 54 0 111 116 24 4 100 60
Binary 11001011 110111 101100 0 1001001 1001110 10100 100 1000000 110000

Color Harmonies of #CB372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB372C

Black with #CB372C

Text Example


Text Example

White with #CB372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB372C; }

 p { color: rgb(203,55,44); }

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

background-color css

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

 a { background-color: rgb(203,55,44); }

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

border-color css

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

 span { border-color: rgb(203,55,44); }

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