Html Css Color HEX #CB3E32 Persian Red

📋 copy color: '#CB3E32'

red 203 ◦ green 62 ◦ blue 50

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

Shades of Persian Red #CB3E32

Tints of Persian Red #CB3E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.68%

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 64.44%
G = 19.68%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB3E32 (or 0xCB3E32) is known color: Persian Red. HEX triplet: CB, 3E and 32. RGB value is (203,62,50). Sum of RGB (Red+Green+Blue) = 203+62+50=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E32 is #34C1CD. Grayscale: #666666. Windows color (decimal): -3457486 or 3292875. OLE color: 3292875.

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

Color convert

RGB 203 62 50 -
CMYK 0 0.69 0.75 0.20
HSL 4.71º 0.6% 0.5% -
HSV(B) 4.71º 0.75% 0.8% -
XYZ 26.93 16.37 4.76 -
YUV 102.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 203 62 50 0 0.69 0.75 0.20 4.71 0.6 0.5
Hex CB 3E 32 0 45 4B 14 5 3C 32
Octal 313 76 62 0 105 113 24 5 74 62
Binary 11001011 111110 110010 0 1000101 1001011 10100 101 111100 110010

Color Harmonies of #CB3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3E32

Black with #CB3E32

Text Example


Text Example

White with #CB3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3E32; }

 p { color: rgb(203,62,50); }

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

background-color css

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

 a { background-color: rgb(203,62,50); }

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

border-color css

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

 span { border-color: rgb(203,62,50); }

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