Html Css Color HEX #CD3C36 Persian Red

📋 copy color: '#CD3C36'

red 205 ◦ green 60 ◦ blue 54

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

Shades of Persian Red #CD3C36

Tints of Persian Red #CD3C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.81%

 BLUE value IS 54 (21.48% from 255) = 16.93%

R = 64.26%
G = 18.81%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD3C36 (or 0xCD3C36) is known color: Persian Red. HEX triplet: CD, 3C and 36. RGB value is (205,60,54). Sum of RGB (Red+Green+Blue) = 205+60+54=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C36 is #32C3C9. Grayscale: #666666. Windows color (decimal): -3326922 or 3554509. OLE color: 3554509.

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

Color convert

RGB 205 60 54 -
CMYK 0 0.71 0.74 0.20
HSL 2.38º 0.6% 0.51% -
HSV(B) 2.38º 0.74% 0.8% -
XYZ 27.46 16.48 5.22 -
YUV 102.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 205 60 54 0 0.71 0.74 0.20 2.38 0.6 0.51
Hex CD 3C 36 0 47 4A 14 2 3C 33
Octal 315 74 66 0 107 112 24 2 74 63
Binary 11001101 111100 110110 0 1000111 1001010 10100 10 111100 110011

Color Harmonies of #CD3C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C36

Black with #CD3C36

Text Example


Text Example

White with #CD3C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C36; }

 p { color: rgb(205,60,54); }

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

background-color css

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

 a { background-color: rgb(205,60,54); }

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

border-color css

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

 span { border-color: rgb(205,60,54); }

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