Html Css Color HEX #CD3E2E Persian Red

📋 copy color: '#CD3E2E'

red 205 ◦ green 62 ◦ blue 46

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

Shades of Persian Red #CD3E2E

Tints of Persian Red #CD3E2E

RGB

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

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

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

R = 65.5%
G = 19.81%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD3E2E (or 0xCD3E2E) is known color: Persian Red. HEX triplet: CD, 3E and 2E. RGB value is (205,62,46). Sum of RGB (Red+Green+Blue) = 205+62+46=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E2E is #32C1D1. Grayscale: #676767. Windows color (decimal): -3326418 or 3030733. OLE color: 3030733.

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

Color convert

RGB 205 62 46 -
CMYK 0 0.70 0.78 0.20
HSL 6.04º 0.63% 0.49% -
HSV(B) 6.04º 0.78% 0.8% -
XYZ 27.39 16.62 4.35 -
YUV 102.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 205 62 46 0 0.70 0.78 0.20 6.04 0.63 0.49
Hex CD 3E 2E 0 46 4E 14 6 3F 31
Octal 315 76 56 0 106 116 24 6 77 61
Binary 11001101 111110 101110 0 1000110 1001110 10100 110 111111 110001

Color Harmonies of #CD3E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3E2E

Black with #CD3E2E

Text Example


Text Example

White with #CD3E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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