Html Css Color HEX #CD342A Persian Red

📋 copy color: '#CD342A'

red 205 ◦ green 52 ◦ blue 42

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

Shades of Persian Red #CD342A

Tints of Persian Red #CD342A

RGB

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

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

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

R = 68.56%
G = 17.39%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD342A (or 0xCD342A) is known color: Persian Red. HEX triplet: CD, 34 and 2A. RGB value is (205,52,42). Sum of RGB (Red+Green+Blue) = 205+52+42=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD342A is #32CBD5. Grayscale: #606060. Windows color (decimal): -3328982 or 2766029. OLE color: 2766029.

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

Color convert

RGB 205 52 42 -
CMYK 0 0.75 0.80 0.20
HSL 3.68º 0.66% 0.48% -
HSV(B) 3.68º 0.8% 0.8% -
XYZ 26.82 15.6 3.79 -
YUV 96.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 205 52 42 0 0.75 0.80 0.20 3.68 0.66 0.48
Hex CD 34 2A 0 4B 50 14 4 42 30
Octal 315 64 52 0 113 120 24 4 102 60
Binary 11001101 110100 101010 0 1001011 1010000 10100 100 1000010 110000

Color Harmonies of #CD342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD342A

Black with #CD342A

Text Example


Text Example

White with #CD342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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