Html Css Color HEX #CB2F29 Persian Red

📋 copy color: '#CB2F29'

red 203 ◦ green 47 ◦ blue 41

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

Shades of Persian Red #CB2F29

Tints of Persian Red #CB2F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.15%

 BLUE value IS 41 (16.41% from 255) = 14.09%

R = 69.76%
G = 16.15%
B = 14.09%

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

#CB2F29 (or 0xCB2F29) is known color: Persian Red. HEX triplet: CB, 2F and 29. RGB value is (203,47,41). Sum of RGB (Red+Green+Blue) = 203+47+41=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2F29 is #34D0D6. Grayscale: #5D5D5D. Windows color (decimal): -3461335 or 2699211. OLE color: 2699211.

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

Color convert

RGB 203 47 41 -
CMYK 0 0.77 0.80 0.20
HSL 2.22º 0.66% 0.48% -
HSV(B) 2.22º 0.8% 0.8% -
XYZ 26.05 14.89 3.6 -
YUV 92.96 98.68 206.49 -
System Red Green Blue C M Y K H S L
Decimal 203 47 41 0 0.77 0.80 0.20 2.22 0.66 0.48
Hex CB 2F 29 0 4D 50 14 2 42 30
Octal 313 57 51 0 115 120 24 2 102 60
Binary 11001011 101111 101001 0 1001101 1010000 10100 10 1000010 110000

Color Harmonies of #CB2F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2F29

Black with #CB2F29

Text Example


Text Example

White with #CB2F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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