Html Css Color HEX #CB302C Persian Red

📋 copy color: '#CB302C'

red 203 ◦ green 48 ◦ blue 44

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

Shades of Persian Red #CB302C

Tints of Persian Red #CB302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

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

R = 68.81%
G = 16.27%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB302C (or 0xCB302C) is known color: Persian Red. HEX triplet: CB, 30 and 2C. RGB value is (203,48,44). Sum of RGB (Red+Green+Blue) = 203+48+44=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB302C is #34CFD3. Grayscale: #5E5E5E. Windows color (decimal): -3461076 or 2896075. OLE color: 2896075.

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

Color convert

RGB 203 48 44 -
CMYK 0 0.76 0.78 0.20
HSL 1.51º 0.64% 0.48% -
HSV(B) 1.51º 0.78% 0.8% -
XYZ 26.14 14.99 3.9 -
YUV 93.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 203 48 44 0 0.76 0.78 0.20 1.51 0.64 0.48
Hex CB 30 2C 0 4C 4E 14 2 40 30
Octal 313 60 54 0 114 116 24 2 100 60
Binary 11001011 110000 101100 0 1001100 1001110 10100 10 1000000 110000

Color Harmonies of #CB302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB302C

Black with #CB302C

Text Example


Text Example

White with #CB302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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