Html Css Color HEX #CC362B Persian Red

📋 copy color: '#CC362B'

red 204 ◦ green 54 ◦ blue 43

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

Shades of Persian Red #CC362B

Tints of Persian Red #CC362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 67.77%
G = 17.94%
B = 14.29%

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

#CC362B (or 0xCC362B) is known color: Persian Red. HEX triplet: CC, 36 and 2B. RGB value is (204,54,43). Sum of RGB (Red+Green+Blue) = 204+54+43=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC362B is #33C9D4. Grayscale: #616161. Windows color (decimal): -3394005 or 2832076. OLE color: 2832076.

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

Color convert

RGB 204 54 43 -
CMYK 0 0.74 0.79 0.2
HSL 4.1º 0.65% 0.48% -
HSV(B) 4.1º 0.79% 0.8% -
XYZ 26.66 15.65 3.9 -
YUV 97.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 204 54 43 0 0.74 0.79 0.2 4.1 0.65 0.48
Hex CC 36 2B 0 4A 4F 14 4 41 30
Octal 314 66 53 0 112 117 24 4 101 60
Binary 11001100 110110 101011 0 1001010 1001111 10100 100 1000001 110000

Color Harmonies of #CC362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC362B

Black with #CC362B

Text Example


Text Example

White with #CC362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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