Html Css Color HEX #CD3333 Persian Red

📋 copy color: '#CD3333'

red 205 ◦ green 51 ◦ blue 51

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

Shades of Persian Red #CD3333

Tints of Persian Red #CD3333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

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

R = 66.78%
G = 16.61%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD3333 (or 0xCD3333) is known color: Persian Red. HEX triplet: CD, 33 and 33. RGB value is (205,51,51). Sum of RGB (Red+Green+Blue) = 205+51+51=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3333 is #32CCCC. Grayscale: #616161. Windows color (decimal): -3329229 or 3355597. OLE color: 3355597.

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

Color convert

RGB 205 51 51 -
CMYK 0 0.75 0.75 0.20
HSL 0.61% 0.5% -
HSV(B) 0.75% 0.8% -
XYZ 26.96 15.59 4.72 -
YUV 97.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 205 51 51 0 0.75 0.75 0.20 0 0.61 0.5
Hex CD 33 33 0 4B 4B 14 0 3D 32
Octal 315 63 63 0 113 113 24 0 75 62
Binary 11001101 110011 110011 0 1001011 1001011 10100 0 111101 110010

Color Harmonies of #CD3333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3333

Black with #CD3333

Text Example


Text Example

White with #CD3333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3333; }

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

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

background-color css

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

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

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

border-color css

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

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

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