Html Css Color HEX #CD3C2E Persian Red

📋 copy color: '#CD3C2E'

red 205 ◦ green 60 ◦ blue 46

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

Shades of Persian Red #CD3C2E

Tints of Persian Red #CD3C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.79%

R = 65.92%
G = 19.29%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD3C2E (or 0xCD3C2E) is known color: Persian Red. HEX triplet: CD, 3C and 2E. RGB value is (205,60,46). Sum of RGB (Red+Green+Blue) = 205+60+46=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C2E is #32C3D1. Grayscale: #656565. Windows color (decimal): -3326930 or 3030221. OLE color: 3030221.

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

Color convert

RGB 205 60 46 -
CMYK 0 0.71 0.78 0.20
HSL 5.28º 0.63% 0.49% -
HSV(B) 5.28º 0.78% 0.8% -
XYZ 27.29 16.41 4.31 -
YUV 101.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 205 60 46 0 0.71 0.78 0.20 5.28 0.63 0.49
Hex CD 3C 2E 0 47 4E 14 5 3F 31
Octal 315 74 56 0 107 116 24 5 77 61
Binary 11001101 111100 101110 0 1000111 1001110 10100 101 111111 110001

Color Harmonies of #CD3C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C2E

Black with #CD3C2E

Text Example


Text Example

White with #CD3C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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