Html Css Color HEX #CD342C Persian Red

📋 copy color: '#CD342C'

red 205 ◦ green 52 ◦ blue 44

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

Shades of Persian Red #CD342C

Tints of Persian Red #CD342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 68.11%
G = 17.28%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD342C (or 0xCD342C) is known color: Persian Red. HEX triplet: CD, 34 and 2C. RGB value is (205,52,44). Sum of RGB (Red+Green+Blue) = 205+52+44=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD342C is #32CBD3. Grayscale: #616161. Windows color (decimal): -3328980 or 2897101. OLE color: 2897101.

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

Color convert

RGB 205 52 44 -
CMYK 0 0.75 0.79 0.20
HSL 2.98º 0.65% 0.49% -
HSV(B) 2.98º 0.79% 0.8% -
XYZ 26.86 15.62 3.98 -
YUV 96.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 205 52 44 0 0.75 0.79 0.20 2.98 0.65 0.49
Hex CD 34 2C 0 4B 4F 14 3 41 31
Octal 315 64 54 0 113 117 24 3 101 61
Binary 11001101 110100 101100 0 1001011 1001111 10100 11 1000001 110001

Color Harmonies of #CD342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD342C

Black with #CD342C

Text Example


Text Example

White with #CD342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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