Html Css Color HEX #CD3C2A Persian Red

📋 copy color: '#CD3C2A'

red 205 ◦ green 60 ◦ blue 42

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

Shades of Persian Red #CD3C2A

Tints of Persian Red #CD3C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 66.78%
G = 19.54%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD3C2A (or 0xCD3C2A) is known color: Persian Red. HEX triplet: CD, 3C and 2A. RGB value is (205,60,42). Sum of RGB (Red+Green+Blue) = 205+60+42=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C2A is #32C3D5. Grayscale: #656565. Windows color (decimal): -3326934 or 2768077. OLE color: 2768077.

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

Color convert

RGB 205 60 42 -
CMYK 0 0.71 0.80 0.20
HSL 6.63º 0.66% 0.48% -
HSV(B) 6.63º 0.8% 0.8% -
XYZ 27.21 16.38 3.92 -
YUV 101.3 94.54 201.96 -
System Red Green Blue C M Y K H S L
Decimal 205 60 42 0 0.71 0.80 0.20 6.63 0.66 0.48
Hex CD 3C 2A 0 47 50 14 7 42 30
Octal 315 74 52 0 107 120 24 7 102 60
Binary 11001101 111100 101010 0 1000111 1010000 10100 111 1000010 110000

Color Harmonies of #CD3C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C2A

Black with #CD3C2A

Text Example


Text Example

White with #CD3C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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