Html Css Color HEX #CC361E Harley Davidson Orange

📋 copy color: '#CC361E'

red 204 ◦ green 54 ◦ blue 30

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

Shades of Harley Davidson Orange #CC361E

Tints of Harley Davidson Orange #CC361E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.42%

R = 70.83%
G = 18.75%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC361E (or 0xCC361E) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 1E. RGB value is (204,54,30). Sum of RGB (Red+Green+Blue) = 204+54+30=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC361E is #33C9E1. Grayscale: #606060. Windows color (decimal): -3394018 or 1980108. OLE color: 1980108.

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

Color convert

RGB 204 54 30 -
CMYK 0 0.74 0.85 0.2
HSL 8.28º 0.74% 0.46% -
HSV(B) 8.28º 0.85% 0.8% -
XYZ 26.46 15.57 2.84 -
YUV 96.11 90.7 204.95 -
System Red Green Blue C M Y K H S L
Decimal 204 54 30 0 0.74 0.85 0.2 8.28 0.74 0.46
Hex CC 36 1E 0 4A 55 14 8 4A 2E
Octal 314 66 36 0 112 125 24 10 112 56
Binary 11001100 110110 11110 0 1001010 1010101 10100 1000 1001010 101110

Color Harmonies of #CC361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC361E

Black with #CC361E

Text Example


Text Example

White with #CC361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC361E; }

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

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

background-color css

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

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

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

border-color css

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

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

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