Html Css Color HEX #CB2825 Persian Red

📋 copy color: '#CB2825'

red 203 ◦ green 40 ◦ blue 37

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

Shades of Persian Red #CB2825

Tints of Persian Red #CB2825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.29%

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 72.5%
G = 14.29%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB2825 (or 0xCB2825) is known color: Persian Red. HEX triplet: CB, 28 and 25. RGB value is (203,40,37). Sum of RGB (Red+Green+Blue) = 203+40+37=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2825 is #34D7DA. Grayscale: #585858. Windows color (decimal): -3463131 or 2435275. OLE color: 2435275.

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

Color convert

RGB 203 40 37 -
CMYK 0 0.80 0.82 0.20
HSL 1.08º 0.69% 0.47% -
HSV(B) 1.08º 0.82% 0.8% -
XYZ 25.72 14.35 3.16 -
YUV 88.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 203 40 37 0 0.80 0.82 0.20 1.08 0.69 0.47
Hex CB 28 25 0 50 52 14 1 45 2F
Octal 313 50 45 0 120 122 24 1 105 57
Binary 11001011 101000 100101 0 1010000 1010010 10100 1 1000101 101111

Color Harmonies of #CB2825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2825

Black with #CB2825

Text Example


Text Example

White with #CB2825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2825; }

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

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

background-color css

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

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

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

border-color css

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

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

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