Html Css Color HEX #CB2923 Persian Red

📋 copy color: '#CB2923'

red 203 ◦ green 41 ◦ blue 35

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

Shades of Persian Red #CB2923

Tints of Persian Red #CB2923

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

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

R = 72.76%
G = 14.7%
B = 12.54%

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

#CB2923 (or 0xCB2923) is known color: Persian Red. HEX triplet: CB, 29 and 23. RGB value is (203,41,35). Sum of RGB (Red+Green+Blue) = 203+41+35=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2923 is #34D6DC. Grayscale: #585858. Windows color (decimal): -3462877 or 2304459. OLE color: 2304459.

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

Color convert

RGB 203 41 35 -
CMYK 0 0.80 0.83 0.20
HSL 2.14º 0.71% 0.47% -
HSV(B) 2.14º 0.83% 0.8% -
XYZ 25.72 14.4 3.01 -
YUV 88.75 97.67 209.49 -
System Red Green Blue C M Y K H S L
Decimal 203 41 35 0 0.80 0.83 0.20 2.14 0.71 0.47
Hex CB 29 23 0 50 53 14 2 47 2F
Octal 313 51 43 0 120 123 24 2 107 57
Binary 11001011 101001 100011 0 1010000 1010011 10100 10 1000111 101111

Color Harmonies of #CB2923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2923

Black with #CB2923

Text Example


Text Example

White with #CB2923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2923; }

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

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

background-color css

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

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

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

border-color css

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

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

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