Html Css Color HEX #CC270C Harley Davidson Orange

📋 copy color: '#CC270C'

red 204 ◦ green 39 ◦ blue 12

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

Shades of Harley Davidson Orange #CC270C

Tints of Harley Davidson Orange #CC270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

 BLUE value IS 12 (5.08% from 255) = 4.71%

R = 80%
G = 15.29%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC270C (or 0xCC270C) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 0C. RGB value is (204,39,12). Sum of RGB (Red+Green+Blue) = 204+39+12=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC270C is #33D8F3. Grayscale: #555555. Windows color (decimal): -3397876 or 796620. OLE color: 796620.

HSL color Cylindrical-coordinate representation of color #CC270C: hue angle of 8.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC270C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 39 12 -
CMYK 0 0.81 0.94 0.2
HSL 8.44º 0.89% 0.42% -
HSV(B) 8.44º 0.94% 0.8% -
XYZ 25.69 14.31 1.76 -
YUV 85.26 86.66 212.7 -
System Red Green Blue C M Y K H S L
Decimal 204 39 12 0 0.81 0.94 0.2 8.44 0.89 0.42
Hex CC 27 C 0 51 5E 14 8 59 2A
Octal 314 47 14 0 121 136 24 10 131 52
Binary 11001100 100111 1100 0 1010001 1011110 10100 1000 1011001 101010

Color Harmonies of #CC270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC270C

Black with #CC270C

Text Example


Text Example

White with #CC270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC270C; }

 p { color: rgb(204,39,12); }

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

background-color css

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

 a { background-color: rgb(204,39,12); }

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

border-color css

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

 span { border-color: rgb(204,39,12); }

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