Html Css Color HEX #CB392C Persian Red

📋 copy color: '#CB392C'

red 203 ◦ green 57 ◦ blue 44

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

Shades of Persian Red #CB392C

Tints of Persian Red #CB392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.75%

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

R = 66.78%
G = 18.75%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB392C (or 0xCB392C) is known color: Persian Red. HEX triplet: CB, 39 and 2C. RGB value is (203,57,44). Sum of RGB (Red+Green+Blue) = 203+57+44=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB392C is #34C6D3. Grayscale: #636363. Windows color (decimal): -3458772 or 2898379. OLE color: 2898379.

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

Color convert

RGB 203 57 44 -
CMYK 0 0.72 0.78 0.20
HSL 4.91º 0.64% 0.48% -
HSV(B) 4.91º 0.78% 0.8% -
XYZ 26.55 15.8 4.03 -
YUV 99.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 203 57 44 0 0.72 0.78 0.20 4.91 0.64 0.48
Hex CB 39 2C 0 48 4E 14 5 40 30
Octal 313 71 54 0 110 116 24 5 100 60
Binary 11001011 111001 101100 0 1001000 1001110 10100 101 1000000 110000

Color Harmonies of #CB392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB392C

Black with #CB392C

Text Example


Text Example

White with #CB392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB392C; }

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

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

background-color css

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

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

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

border-color css

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

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

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