Html Css Color HEX #CB3530 Persian Red

📋 copy color: '#CB3530'

red 203 ◦ green 53 ◦ blue 48

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

Shades of Persian Red #CB3530

Tints of Persian Red #CB3530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 66.78%
G = 17.43%
B = 15.79%

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

#CB3530 (or 0xCB3530) is known color: Persian Red. HEX triplet: CB, 35 and 30. RGB value is (203,53,48). Sum of RGB (Red+Green+Blue) = 203+53+48=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3530 is #34CACF. Grayscale: #616161. Windows color (decimal): -3459792 or 3159499. OLE color: 3159499.

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

Color convert

RGB 203 53 48 -
CMYK 0 0.74 0.76 0.20
HSL 1.94º 0.62% 0.49% -
HSV(B) 1.94º 0.76% 0.8% -
XYZ 26.44 15.46 4.39 -
YUV 97.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 203 53 48 0 0.74 0.76 0.20 1.94 0.62 0.49
Hex CB 35 30 0 4A 4C 14 2 3E 31
Octal 313 65 60 0 112 114 24 2 76 61
Binary 11001011 110101 110000 0 1001010 1001100 10100 10 111110 110001

Color Harmonies of #CB3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3530

Black with #CB3530

Text Example


Text Example

White with #CB3530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3530; }

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

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

background-color css

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

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

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

border-color css

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

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

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