Html Css Color HEX #CB362C Persian Red

📋 copy color: '#CB362C'

red 203 ◦ green 54 ◦ blue 44

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

Shades of Persian Red #CB362C

Tints of Persian Red #CB362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 67.44%
G = 17.94%
B = 14.62%

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

#CB362C (or 0xCB362C) is known color: Persian Red. HEX triplet: CB, 36 and 2C. RGB value is (203,54,44). Sum of RGB (Red+Green+Blue) = 203+54+44=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB362C is #34C9D3. Grayscale: #616161. Windows color (decimal): -3459540 or 2897611. OLE color: 2897611.

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

Color convert

RGB 203 54 44 -
CMYK 0 0.73 0.78 0.20
HSL 3.77º 0.64% 0.48% -
HSV(B) 3.77º 0.78% 0.8% -
XYZ 26.4 15.52 3.99 -
YUV 97.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 203 54 44 0 0.73 0.78 0.20 3.77 0.64 0.48
Hex CB 36 2C 0 49 4E 14 4 40 30
Octal 313 66 54 0 111 116 24 4 100 60
Binary 11001011 110110 101100 0 1001001 1001110 10100 100 1000000 110000

Color Harmonies of #CB362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB362C

Black with #CB362C

Text Example


Text Example

White with #CB362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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