Html Css Color HEX #CB2823 Persian Red

📋 copy color: '#CB2823'

red 203 ◦ green 40 ◦ blue 35

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

Shades of Persian Red #CB2823

Tints of Persian Red #CB2823

RGB

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

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

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

R = 73.02%
G = 14.39%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB2823 (or 0xCB2823) is known color: Persian Red. HEX triplet: CB, 28 and 23. RGB value is (203,40,35). Sum of RGB (Red+Green+Blue) = 203+40+35=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2823 is #34D7DC. Grayscale: #585858. Windows color (decimal): -3463133 or 2304203. OLE color: 2304203.

HSL color Cylindrical-coordinate representation of color #CB2823: hue angle of 1.79º 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 #CB2823 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 40 35 -
CMYK 0 0.80 0.83 0.20
HSL 1.79º 0.71% 0.47% -
HSV(B) 1.79º 0.83% 0.8% -
XYZ 25.69 14.34 3 -
YUV 88.17 98 209.91 -
System Red Green Blue C M Y K H S L
Decimal 203 40 35 0 0.80 0.83 0.20 1.79 0.71 0.47
Hex CB 28 23 0 50 53 14 2 47 2F
Octal 313 50 43 0 120 123 24 2 107 57
Binary 11001011 101000 100011 0 1010000 1010011 10100 10 1000111 101111

Color Harmonies of #CB2823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2823

Black with #CB2823

Text Example


Text Example

White with #CB2823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2823; }

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

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

background-color css

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

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

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

border-color css

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

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

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