Html Css Color HEX #CB372F Persian Red

📋 copy color: '#CB372F'

red 203 ◦ green 55 ◦ blue 47

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

Shades of Persian Red #CB372F

Tints of Persian Red #CB372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 66.56%
G = 18.03%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB372F (or 0xCB372F) is known color: Persian Red. HEX triplet: CB, 37 and 2F. RGB value is (203,55,47). Sum of RGB (Red+Green+Blue) = 203+55+47=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB372F is #34C8D0. Grayscale: #626262. Windows color (decimal): -3459281 or 3094475. OLE color: 3094475.

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

Color convert

RGB 203 55 47 -
CMYK 0 0.73 0.77 0.20
HSL 3.08º 0.62% 0.49% -
HSV(B) 3.08º 0.77% 0.8% -
XYZ 26.51 15.63 4.31 -
YUV 98.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 203 55 47 0 0.73 0.77 0.20 3.08 0.62 0.49
Hex CB 37 2F 0 49 4D 14 3 3E 31
Octal 313 67 57 0 111 115 24 3 76 61
Binary 11001011 110111 101111 0 1001001 1001101 10100 11 111110 110001

Color Harmonies of #CB372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB372F

Black with #CB372F

Text Example


Text Example

White with #CB372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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