Html Css Color HEX #CB3C31 Persian Red

📋 copy color: '#CB3C31'

red 203 ◦ green 60 ◦ blue 49

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

Shades of Persian Red #CB3C31

Tints of Persian Red #CB3C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.23%

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 65.06%
G = 19.23%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB3C31 (or 0xCB3C31) is known color: Persian Red. HEX triplet: CB, 3C and 31. RGB value is (203,60,49). Sum of RGB (Red+Green+Blue) = 203+60+49=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C31 is #34C3CE. Grayscale: #656565. Windows color (decimal): -3457999 or 3226827. OLE color: 3226827.

HSL color Cylindrical-coordinate representation of color #CB3C31: hue angle of 4.29º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3C31 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 60 49 -
CMYK 0 0.70 0.76 0.20
HSL 4.29º 0.61% 0.49% -
HSV(B) 4.29º 0.76% 0.8% -
XYZ 26.8 16.15 4.61 -
YUV 101.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 203 60 49 0 0.70 0.76 0.20 4.29 0.61 0.49
Hex CB 3C 31 0 46 4C 14 4 3D 31
Octal 313 74 61 0 106 114 24 4 75 61
Binary 11001011 111100 110001 0 1000110 1001100 10100 100 111101 110001

Color Harmonies of #CB3C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3C31

Black with #CB3C31

Text Example


Text Example

White with #CB3C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3C31; }

 p { color: rgb(203,60,49); }

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

background-color css

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

 a { background-color: rgb(203,60,49); }

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

border-color css

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

 span { border-color: rgb(203,60,49); }

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