Html Css Color HEX #CB302B Persian Red

📋 copy color: '#CB302B'

red 203 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #CB302B

Tints of Persian Red #CB302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 69.05%
G = 16.33%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB302B (or 0xCB302B) is known color: Persian Red. HEX triplet: CB, 30 and 2B. RGB value is (203,48,43). Sum of RGB (Red+Green+Blue) = 203+48+43=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB302B is #34CFD4. Grayscale: #5D5D5D. Windows color (decimal): -3461077 or 2830539. OLE color: 2830539.

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

Color convert

RGB 203 48 43 -
CMYK 0 0.76 0.79 0.20
HSL 1.88º 0.65% 0.48% -
HSV(B) 1.88º 0.79% 0.8% -
XYZ 26.12 14.98 3.8 -
YUV 93.78 99.35 205.91 -
System Red Green Blue C M Y K H S L
Decimal 203 48 43 0 0.76 0.79 0.20 1.88 0.65 0.48
Hex CB 30 2B 0 4C 4F 14 2 41 30
Octal 313 60 53 0 114 117 24 2 101 60
Binary 11001011 110000 101011 0 1001100 1001111 10100 10 1000001 110000

Color Harmonies of #CB302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB302B

Black with #CB302B

Text Example


Text Example

White with #CB302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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