Html Css Color HEX #CC362F Persian Red

📋 copy color: '#CC362F'

red 204 ◦ green 54 ◦ blue 47

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

Shades of Persian Red #CC362F

Tints of Persian Red #CC362F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 66.89%
G = 17.7%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC362F (or 0xCC362F) is known color: Persian Red. HEX triplet: CC, 36 and 2F. RGB value is (204,54,47). Sum of RGB (Red+Green+Blue) = 204+54+47=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC362F is #33C9D0. Grayscale: #626262. Windows color (decimal): -3394001 or 3094220. OLE color: 3094220.

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

Color convert

RGB 204 54 47 -
CMYK 0 0.74 0.77 0.2
HSL 2.68º 0.63% 0.49% -
HSV(B) 2.68º 0.77% 0.8% -
XYZ 26.73 15.68 4.31 -
YUV 98.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 204 54 47 0 0.74 0.77 0.2 2.68 0.63 0.49
Hex CC 36 2F 0 4A 4D 14 3 3F 31
Octal 314 66 57 0 112 115 24 3 77 61
Binary 11001100 110110 101111 0 1001010 1001101 10100 11 111111 110001

Color Harmonies of #CC362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC362F

Black with #CC362F

Text Example


Text Example

White with #CC362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC362F; }

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

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

background-color css

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

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

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

border-color css

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

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

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