Html Css Color HEX #CD413F Persian Red

📋 copy color: '#CD413F'

red 205 ◦ green 65 ◦ blue 63

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

Shades of Persian Red #CD413F

Tints of Persian Red #CD413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

 BLUE value IS 63 (25% from 255) = 18.92%

R = 61.56%
G = 19.52%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD413F (or 0xCD413F) is known color: Persian Red. HEX triplet: CD, 41 and 3F. RGB value is (205,65,63). Sum of RGB (Red+Green+Blue) = 205+65+63=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD413F is #32BEC0. Grayscale: #6A6A6A. Windows color (decimal): -3325633 or 4145613. OLE color: 4145613.

HSL color Cylindrical-coordinate representation of color #CD413F: hue angle of 0.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD413F is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 65 63 -
CMYK 0 0.68 0.69 0.20
HSL 0.85º 0.59% 0.53% -
HSV(B) 0.85º 0.69% 0.8% -
XYZ 27.96 17.12 6.53 -
YUV 106.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 205 65 63 0 0.68 0.69 0.20 0.85 0.59 0.53
Hex CD 41 3F 0 44 45 14 1 3B 35
Octal 315 101 77 0 104 105 24 1 73 65
Binary 11001101 1000001 111111 0 1000100 1000101 10100 1 111011 110101

Color Harmonies of #CD413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD413F

Black with #CD413F

Text Example


Text Example

White with #CD413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD413F; }

 p { color: rgb(205,65,63); }

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

background-color css

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

 a { background-color: rgb(205,65,63); }

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

border-color css

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

 span { border-color: rgb(205,65,63); }

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