Html Css Color HEX #CD342E Persian Red

📋 copy color: '#CD342E'

red 205 ◦ green 52 ◦ blue 46

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

Shades of Persian Red #CD342E

Tints of Persian Red #CD342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

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

R = 67.66%
G = 17.16%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD342E (or 0xCD342E) is known color: Persian Red. HEX triplet: CD, 34 and 2E. RGB value is (205,52,46). Sum of RGB (Red+Green+Blue) = 205+52+46=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD342E is #32CBD1. Grayscale: #616161. Windows color (decimal): -3328978 or 3028173. OLE color: 3028173.

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

Color convert

RGB 205 52 46 -
CMYK 0 0.75 0.78 0.20
HSL 2.26º 0.63% 0.49% -
HSV(B) 2.26º 0.78% 0.8% -
XYZ 26.9 15.63 4.18 -
YUV 97.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 205 52 46 0 0.75 0.78 0.20 2.26 0.63 0.49
Hex CD 34 2E 0 4B 4E 14 2 3F 31
Octal 315 64 56 0 113 116 24 2 77 61
Binary 11001101 110100 101110 0 1001011 1001110 10100 10 111111 110001

Color Harmonies of #CD342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD342E

Black with #CD342E

Text Example


Text Example

White with #CD342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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