Html Css Color HEX #CD423D Persian Red

📋 copy color: '#CD423D'

red 205 ◦ green 66 ◦ blue 61

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

Shades of Persian Red #CD423D

Tints of Persian Red #CD423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 61.75%
G = 19.88%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD423D (or 0xCD423D) is known color: Persian Red. HEX triplet: CD, 42 and 3D. RGB value is (205,66,61). Sum of RGB (Red+Green+Blue) = 205+66+61=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD423D is #32BDC2. Grayscale: #6B6B6B. Windows color (decimal): -3325379 or 4014797. OLE color: 4014797.

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

Color convert

RGB 205 66 61 -
CMYK 0 0.68 0.70 0.20
HSL 2.08º 0.59% 0.52% -
HSV(B) 2.08º 0.7% 0.8% -
XYZ 27.97 17.21 6.26 -
YUV 106.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 205 66 61 0 0.68 0.70 0.20 2.08 0.59 0.52
Hex CD 42 3D 0 44 46 14 2 3B 34
Octal 315 102 75 0 104 106 24 2 73 64
Binary 11001101 1000010 111101 0 1000100 1000110 10100 10 111011 110100

Color Harmonies of #CD423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD423D

Black with #CD423D

Text Example


Text Example

White with #CD423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD423D; }

 p { color: rgb(205,66,61); }

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

background-color css

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

 a { background-color: rgb(205,66,61); }

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

border-color css

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

 span { border-color: rgb(205,66,61); }

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