Html Css Color HEX #CB3431 Persian Red

📋 copy color: '#CB3431'

red 203 ◦ green 52 ◦ blue 49

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

Shades of Persian Red #CB3431

Tints of Persian Red #CB3431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.11%

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

R = 66.78%
G = 17.11%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB3431 (or 0xCB3431) is known color: Persian Red. HEX triplet: CB, 34 and 31. RGB value is (203,52,49). Sum of RGB (Red+Green+Blue) = 203+52+49=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3431 is #34CBCE. Grayscale: #606060. Windows color (decimal): -3460047 or 3224779. OLE color: 3224779.

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

Color convert

RGB 203 52 49 -
CMYK 0 0.74 0.76 0.20
HSL 1.17º 0.61% 0.49% -
HSV(B) 1.17º 0.76% 0.8% -
XYZ 26.41 15.37 4.48 -
YUV 96.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 203 52 49 0 0.74 0.76 0.20 1.17 0.61 0.49
Hex CB 34 31 0 4A 4C 14 1 3D 31
Octal 313 64 61 0 112 114 24 1 75 61
Binary 11001011 110100 110001 0 1001010 1001100 10100 1 111101 110001

Color Harmonies of #CB3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3431

Black with #CB3431

Text Example


Text Example

White with #CB3431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3431; }

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

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

background-color css

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

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

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

border-color css

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

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

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