Html Css Color HEX #CC382E Persian Red

📋 copy color: '#CC382E'

red 204 ◦ green 56 ◦ blue 46

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

Shades of Persian Red #CC382E

Tints of Persian Red #CC382E

RGB

 RED value IS 204 (80.08% from 255) = 66.67%

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 66.67%
G = 18.3%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC382E (or 0xCC382E) is known color: Persian Red. HEX triplet: CC, 38 and 2E. RGB value is (204,56,46). Sum of RGB (Red+Green+Blue) = 204+56+46=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC382E is #33C7D1. Grayscale: #636363. Windows color (decimal): -3393490 or 3029196. OLE color: 3029196.

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

Color convert

RGB 204 56 46 -
CMYK 0 0.73 0.77 0.2
HSL 3.8º 0.63% 0.49% -
HSV(B) 3.8º 0.77% 0.8% -
XYZ 26.81 15.86 4.23 -
YUV 99.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 204 56 46 0 0.73 0.77 0.2 3.8 0.63 0.49
Hex CC 38 2E 0 49 4D 14 4 3F 31
Octal 314 70 56 0 111 115 24 4 77 61
Binary 11001100 111000 101110 0 1001001 1001101 10100 100 111111 110001

Color Harmonies of #CC382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC382E

Black with #CC382E

Text Example


Text Example

White with #CC382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC382E; }

 p { color: rgb(204,56,46); }

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

background-color css

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

 a { background-color: rgb(204,56,46); }

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

border-color css

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

 span { border-color: rgb(204,56,46); }

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