Html Css Color HEX #CD3C33 Persian Red

📋 copy color: '#CD3C33'

red 205 ◦ green 60 ◦ blue 51

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

Shades of Persian Red #CD3C33

Tints of Persian Red #CD3C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 64.87%
G = 18.99%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD3C33 (or 0xCD3C33) is known color: Persian Red. HEX triplet: CD, 3C and 33. RGB value is (205,60,51). Sum of RGB (Red+Green+Blue) = 205+60+51=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C33 is #32C3CC. Grayscale: #666666. Windows color (decimal): -3326925 or 3357901. OLE color: 3357901.

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

Color convert

RGB 205 60 51 -
CMYK 0 0.71 0.75 0.20
HSL 3.51º 0.61% 0.5% -
HSV(B) 3.51º 0.75% 0.8% -
XYZ 27.39 16.45 4.86 -
YUV 102.33 99.04 201.23 -
System Red Green Blue C M Y K H S L
Decimal 205 60 51 0 0.71 0.75 0.20 3.51 0.61 0.5
Hex CD 3C 33 0 47 4B 14 4 3D 32
Octal 315 74 63 0 107 113 24 4 75 62
Binary 11001101 111100 110011 0 1000111 1001011 10100 100 111101 110010

Color Harmonies of #CD3C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C33

Black with #CD3C33

Text Example


Text Example

White with #CD3C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C33; }

 p { color: rgb(205,60,51); }

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

background-color css

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

 a { background-color: rgb(205,60,51); }

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

border-color css

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

 span { border-color: rgb(205,60,51); }

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