Html Css Color HEX #CD382C Persian Red

📋 copy color: '#CD382C'

red 205 ◦ green 56 ◦ blue 44

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

Shades of Persian Red #CD382C

Tints of Persian Red #CD382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 67.21%
G = 18.36%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD382C (or 0xCD382C) is known color: Persian Red. HEX triplet: CD, 38 and 2C. RGB value is (205,56,44). Sum of RGB (Red+Green+Blue) = 205+56+44=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD382C is #32C7D3. Grayscale: #636363. Windows color (decimal): -3327956 or 2898125. OLE color: 2898125.

HSL color Cylindrical-coordinate representation of color #CD382C: hue angle of 4.47º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD382C is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 56 44 -
CMYK 0 0.73 0.79 0.20
HSL 4.47º 0.65% 0.49% -
HSV(B) 4.47º 0.79% 0.8% -
XYZ 27.05 15.99 4.04 -
YUV 99.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 205 56 44 0 0.73 0.79 0.20 4.47 0.65 0.49
Hex CD 38 2C 0 49 4F 14 4 41 31
Octal 315 70 54 0 111 117 24 4 101 61
Binary 11001101 111000 101100 0 1001001 1001111 10100 100 1000001 110001

Color Harmonies of #CD382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD382C

Black with #CD382C

Text Example


Text Example

White with #CD382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD382C; }

 p { color: rgb(205,56,44); }

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

background-color css

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

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

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

border-color css

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

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

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