Html Css Color HEX #CC362A Persian Red

📋 copy color: '#CC362A'

red 204 ◦ green 54 ◦ blue 42

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

Shades of Persian Red #CC362A

Tints of Persian Red #CC362A

RGB

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

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

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

R = 68%
G = 18%
B = 14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC362A (or 0xCC362A) is known color: Persian Red. HEX triplet: CC, 36 and 2A. RGB value is (204,54,42). Sum of RGB (Red+Green+Blue) = 204+54+42=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC362A is #33C9D5. Grayscale: #616161. Windows color (decimal): -3394006 or 2766540. OLE color: 2766540.

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

Color convert

RGB 204 54 42 -
CMYK 0 0.74 0.79 0.2
HSL 4.44º 0.66% 0.48% -
HSV(B) 4.44º 0.79% 0.8% -
XYZ 26.64 15.64 3.81 -
YUV 97.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 204 54 42 0 0.74 0.79 0.2 4.44 0.66 0.48
Hex CC 36 2A 0 4A 4F 14 4 42 30
Octal 314 66 52 0 112 117 24 4 102 60
Binary 11001100 110110 101010 0 1001010 1001111 10100 100 1000010 110000

Color Harmonies of #CC362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC362A

Black with #CC362A

Text Example


Text Example

White with #CC362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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