Html Css Color HEX #CD3530 Persian Red

📋 copy color: '#CD3530'

red 205 ◦ green 53 ◦ blue 48

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

Shades of Persian Red #CD3530

Tints of Persian Red #CD3530

RGB

 RED value IS 205 (80.47% from 255) = 66.99%

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

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

R = 66.99%
G = 17.32%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD3530 (or 0xCD3530) is known color: Persian Red. HEX triplet: CD, 35 and 30. RGB value is (205,53,48). Sum of RGB (Red+Green+Blue) = 205+53+48=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3530 is #32CACF. Grayscale: #626262. Windows color (decimal): -3328720 or 3159501. OLE color: 3159501.

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

Color convert

RGB 205 53 48 -
CMYK 0 0.74 0.77 0.20
HSL 1.91º 0.62% 0.5% -
HSV(B) 1.91º 0.77% 0.8% -
XYZ 26.98 15.74 4.41 -
YUV 97.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 205 53 48 0 0.74 0.77 0.20 1.91 0.62 0.5
Hex CD 35 30 0 4A 4D 14 2 3E 32
Octal 315 65 60 0 112 115 24 2 76 62
Binary 11001101 110101 110000 0 1001010 1001101 10100 10 111110 110010

Color Harmonies of #CD3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3530

Black with #CD3530

Text Example


Text Example

White with #CD3530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3530; }

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

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

background-color css

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

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

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

border-color css

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

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

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