Html Css Color HEX #CD3E30 Persian Red

📋 copy color: '#CD3E30'

red 205 ◦ green 62 ◦ blue 48

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

Shades of Persian Red #CD3E30

Tints of Persian Red #CD3E30

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.68%

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

R = 65.08%
G = 19.68%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD3E30 (or 0xCD3E30) is known color: Persian Red. HEX triplet: CD, 3E and 30. RGB value is (205,62,48). Sum of RGB (Red+Green+Blue) = 205+62+48=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E30 is #32C1CF. Grayscale: #676767. Windows color (decimal): -3326416 or 3161805. OLE color: 3161805.

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

Color convert

RGB 205 62 48 -
CMYK 0 0.70 0.77 0.20
HSL 5.35º 0.62% 0.5% -
HSV(B) 5.35º 0.77% 0.8% -
XYZ 27.43 16.64 4.56 -
YUV 103.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 205 62 48 0 0.70 0.77 0.20 5.35 0.62 0.5
Hex CD 3E 30 0 46 4D 14 5 3E 32
Octal 315 76 60 0 106 115 24 5 76 62
Binary 11001101 111110 110000 0 1000110 1001101 10100 101 111110 110010

Color Harmonies of #CD3E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3E30

Black with #CD3E30

Text Example


Text Example

White with #CD3E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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