Html Css Color HEX #CB3527 Persian Red

📋 copy color: '#CB3527'

red 203 ◦ green 53 ◦ blue 39

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

Shades of Persian Red #CB3527

Tints of Persian Red #CB3527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.97%

 BLUE value IS 39 (15.63% from 255) = 13.22%

R = 68.81%
G = 17.97%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB3527 (or 0xCB3527) is known color: Persian Red. HEX triplet: CB, 35 and 27. RGB value is (203,53,39). Sum of RGB (Red+Green+Blue) = 203+53+39=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3527 is #34CAD8. Grayscale: #606060. Windows color (decimal): -3459801 or 2569675. OLE color: 2569675.

HSL color Cylindrical-coordinate representation of color #CB3527: hue angle of 5.12º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB3527 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 53 39 -
CMYK 0 0.74 0.81 0.20
HSL 5.12º 0.68% 0.47% -
HSV(B) 5.12º 0.81% 0.8% -
XYZ 26.27 15.39 3.51 -
YUV 96.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 203 53 39 0 0.74 0.81 0.20 5.12 0.68 0.47
Hex CB 35 27 0 4A 51 14 5 44 2F
Octal 313 65 47 0 112 121 24 5 104 57
Binary 11001011 110101 100111 0 1001010 1010001 10100 101 1000100 101111

Color Harmonies of #CB3527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3527

Black with #CB3527

Text Example


Text Example

White with #CB3527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3527; }

 p { color: rgb(203,53,39); }

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

background-color css

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

 a { background-color: rgb(203,53,39); }

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

border-color css

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

 span { border-color: rgb(203,53,39); }

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