Html Css Color HEX #CB2A23 Persian Red

📋 copy color: '#CB2A23'

red 203 ◦ green 42 ◦ blue 35

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

Shades of Persian Red #CB2A23

Tints of Persian Red #CB2A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15%

 BLUE value IS 35 (14.06% from 255) = 12.5%

R = 72.5%
G = 15%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB2A23 (or 0xCB2A23) is known color: Persian Red. HEX triplet: CB, 2A and 23. RGB value is (203,42,35). Sum of RGB (Red+Green+Blue) = 203+42+35=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2A23 is #34D5DC. Grayscale: #595959. Windows color (decimal): -3462621 or 2304715. OLE color: 2304715.

HSL color Cylindrical-coordinate representation of color #CB2A23: hue angle of 2.5º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2A23 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 42 35 -
CMYK 0 0.79 0.83 0.20
HSL 2.5º 0.71% 0.47% -
HSV(B) 2.5º 0.83% 0.8% -
XYZ 25.76 14.47 3.03 -
YUV 89.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 203 42 35 0 0.79 0.83 0.20 2.5 0.71 0.47
Hex CB 2A 23 0 4F 53 14 2 47 2F
Octal 313 52 43 0 117 123 24 2 107 57
Binary 11001011 101010 100011 0 1001111 1010011 10100 10 1000111 101111

Color Harmonies of #CB2A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2A23

Black with #CB2A23

Text Example


Text Example

White with #CB2A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2A23; }

 p { color: rgb(203,42,35); }

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

background-color css

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

 a { background-color: rgb(203,42,35); }

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

border-color css

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

 span { border-color: rgb(203,42,35); }

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