Html Css Color HEX #CD332A Persian Red

📋 copy color: '#CD332A'

red 205 ◦ green 51 ◦ blue 42

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

Shades of Persian Red #CD332A

Tints of Persian Red #CD332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 68.79%
G = 17.11%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD332A (or 0xCD332A) is known color: Persian Red. HEX triplet: CD, 33 and 2A. RGB value is (205,51,42). Sum of RGB (Red+Green+Blue) = 205+51+42=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD332A is #32CCD5. Grayscale: #606060. Windows color (decimal): -3329238 or 2765773. OLE color: 2765773.

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

Color convert

RGB 205 51 42 -
CMYK 0 0.75 0.80 0.20
HSL 3.31º 0.66% 0.48% -
HSV(B) 3.31º 0.8% 0.8% -
XYZ 26.78 15.51 3.77 -
YUV 96.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 205 51 42 0 0.75 0.80 0.20 3.31 0.66 0.48
Hex CD 33 2A 0 4B 50 14 3 42 30
Octal 315 63 52 0 113 120 24 3 102 60
Binary 11001101 110011 101010 0 1001011 1010000 10100 11 1000010 110000

Color Harmonies of #CD332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD332A

Black with #CD332A

Text Example


Text Example

White with #CD332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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