Html Css Color HEX #CB2E28 Persian Red

📋 copy color: '#CB2E28'

red 203 ◦ green 46 ◦ blue 40

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

Shades of Persian Red #CB2E28

Tints of Persian Red #CB2E28

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.92%

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 70.24%
G = 15.92%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB2E28 (or 0xCB2E28) is known color: Persian Red. HEX triplet: CB, 2E and 28. RGB value is (203,46,40). Sum of RGB (Red+Green+Blue) = 203+46+40=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2E28 is #34D1D7. Grayscale: #5C5C5C. Windows color (decimal): -3461592 or 2633419. OLE color: 2633419.

HSL color Cylindrical-coordinate representation of color #CB2E28: hue angle of 2.21º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2E28 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 46 40 -
CMYK 0 0.77 0.80 0.20
HSL 2.21º 0.67% 0.48% -
HSV(B) 2.21º 0.8% 0.8% -
XYZ 25.99 14.8 3.5 -
YUV 92.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 203 46 40 0 0.77 0.80 0.20 2.21 0.67 0.48
Hex CB 2E 28 0 4D 50 14 2 43 30
Octal 313 56 50 0 115 120 24 2 103 60
Binary 11001011 101110 101000 0 1001101 1010000 10100 10 1000011 110000

Color Harmonies of #CB2E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2E28

Black with #CB2E28

Text Example


Text Example

White with #CB2E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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