Html Css Color HEX #CC362D Persian Red

📋 copy color: '#CC362D'

red 204 ◦ green 54 ◦ blue 45

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

Shades of Persian Red #CC362D

Tints of Persian Red #CC362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 67.33%
G = 17.82%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC362D (or 0xCC362D) is known color: Persian Red. HEX triplet: CC, 36 and 2D. RGB value is (204,54,45). Sum of RGB (Red+Green+Blue) = 204+54+45=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC362D is #33C9D2. Grayscale: #626262. Windows color (decimal): -3394003 or 2963148. OLE color: 2963148.

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

Color convert

RGB 204 54 45 -
CMYK 0 0.74 0.78 0.2
HSL 3.4º 0.64% 0.49% -
HSV(B) 3.4º 0.78% 0.8% -
XYZ 26.69 15.67 4.1 -
YUV 97.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 204 54 45 0 0.74 0.78 0.2 3.4 0.64 0.49
Hex CC 36 2D 0 4A 4E 14 3 40 31
Octal 314 66 55 0 112 116 24 3 100 61
Binary 11001100 110110 101101 0 1001010 1001110 10100 11 1000000 110001

Color Harmonies of #CC362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC362D

Black with #CC362D

Text Example


Text Example

White with #CC362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC362D; }

 p { color: rgb(204,54,45); }

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

background-color css

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

 a { background-color: rgb(204,54,45); }

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

border-color css

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

 span { border-color: rgb(204,54,45); }

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