Html Css Color HEX #CB302E Persian Red

📋 copy color: '#CB302E'

red 203 ◦ green 48 ◦ blue 46

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

Shades of Persian Red #CB302E

Tints of Persian Red #CB302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.49%

R = 68.35%
G = 16.16%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB302E (or 0xCB302E) is known color: Persian Red. HEX triplet: CB, 30 and 2E. RGB value is (203,48,46). Sum of RGB (Red+Green+Blue) = 203+48+46=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB302E is #34CFD1. Grayscale: #5E5E5E. Windows color (decimal): -3461074 or 3027147. OLE color: 3027147.

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

Color convert

RGB 203 48 46 -
CMYK 0 0.76 0.77 0.20
HSL 0.76º 0.63% 0.49% -
HSV(B) 0.76º 0.77% 0.8% -
XYZ 26.18 15.01 4.1 -
YUV 94.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 203 48 46 0 0.76 0.77 0.20 0.76 0.63 0.49
Hex CB 30 2E 0 4C 4D 14 1 3F 31
Octal 313 60 56 0 114 115 24 1 77 61
Binary 11001011 110000 101110 0 1001100 1001101 10100 1 111111 110001

Color Harmonies of #CB302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB302E

Black with #CB302E

Text Example


Text Example

White with #CB302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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