Html Css Color HEX #CB3526 Persian Red

📋 copy color: '#CB3526'

red 203 ◦ green 53 ◦ blue 38

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

Shades of Persian Red #CB3526

Tints of Persian Red #CB3526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 69.05%
G = 18.03%
B = 12.93%

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

#CB3526 (or 0xCB3526) is known color: Persian Red. HEX triplet: CB, 35 and 26. RGB value is (203,53,38). Sum of RGB (Red+Green+Blue) = 203+53+38=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3526 is #34CAD9. Grayscale: #606060. Windows color (decimal): -3459802 or 2504139. OLE color: 2504139.

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

Color convert

RGB 203 53 38 -
CMYK 0 0.74 0.81 0.20
HSL 5.45º 0.68% 0.47% -
HSV(B) 5.45º 0.81% 0.8% -
XYZ 26.25 15.38 3.42 -
YUV 96.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 203 53 38 0 0.74 0.81 0.20 5.45 0.68 0.47
Hex CB 35 26 0 4A 51 14 5 44 2F
Octal 313 65 46 0 112 121 24 5 104 57
Binary 11001011 110101 100110 0 1001010 1010001 10100 101 1000100 101111

Color Harmonies of #CB3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3526

Black with #CB3526

Text Example


Text Example

White with #CB3526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3526; }

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

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

background-color css

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

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

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

border-color css

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

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

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