Html Css Color HEX #CD423B Persian Red

📋 copy color: '#CD423B'

red 205 ◦ green 66 ◦ blue 59

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

Shades of Persian Red #CD423B

Tints of Persian Red #CD423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 62.12%
G = 20%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD423B (or 0xCD423B) is known color: Persian Red. HEX triplet: CD, 42 and 3B. RGB value is (205,66,59). Sum of RGB (Red+Green+Blue) = 205+66+59=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD423B is #32BDC4. Grayscale: #6A6A6A. Windows color (decimal): -3325381 or 3883725. OLE color: 3883725.

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

Color convert

RGB 205 66 59 -
CMYK 0 0.68 0.71 0.20
HSL 2.88º 0.59% 0.52% -
HSV(B) 2.88º 0.71% 0.8% -
XYZ 27.91 17.19 5.98 -
YUV 106.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 205 66 59 0 0.68 0.71 0.20 2.88 0.59 0.52
Hex CD 42 3B 0 44 47 14 3 3B 34
Octal 315 102 73 0 104 107 24 3 73 64
Binary 11001101 1000010 111011 0 1000100 1000111 10100 11 111011 110100

Color Harmonies of #CD423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD423B

Black with #CD423B

Text Example


Text Example

White with #CD423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD423B; }

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

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

background-color css

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

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

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

border-color css

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

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

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