Html Css Color HEX #CB372A Persian Red

📋 copy color: '#CB372A'

red 203 ◦ green 55 ◦ blue 42

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

Shades of Persian Red #CB372A

Tints of Persian Red #CB372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14%

R = 67.67%
G = 18.33%
B = 14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB372A (or 0xCB372A) is known color: Persian Red. HEX triplet: CB, 37 and 2A. RGB value is (203,55,42). Sum of RGB (Red+Green+Blue) = 203+55+42=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB372A is #34C8D5. Grayscale: #616161. Windows color (decimal): -3459286 or 2766795. OLE color: 2766795.

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

Color convert

RGB 203 55 42 -
CMYK 0 0.73 0.79 0.20
HSL 4.84º 0.66% 0.48% -
HSV(B) 4.84º 0.79% 0.8% -
XYZ 26.41 15.6 3.81 -
YUV 97.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 203 55 42 0 0.73 0.79 0.20 4.84 0.66 0.48
Hex CB 37 2A 0 49 4F 14 5 42 30
Octal 313 67 52 0 111 117 24 5 102 60
Binary 11001011 110111 101010 0 1001001 1001111 10100 101 1000010 110000

Color Harmonies of #CB372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB372A

Black with #CB372A

Text Example


Text Example

White with #CB372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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