Html Css Color HEX #CC270F Harley Davidson Orange

📋 copy color: '#CC270F'

red 204 ◦ green 39 ◦ blue 15

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

Shades of Harley Davidson Orange #CC270F

Tints of Harley Davidson Orange #CC270F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 79.07%
G = 15.12%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC270F (or 0xCC270F) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 0F. RGB value is (204,39,15). Sum of RGB (Red+Green+Blue) = 204+39+15=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC270F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC270F is #33D8F0. Grayscale: #555555. Windows color (decimal): -3397873 or 993228. OLE color: 993228.

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

Color convert

RGB 204 39 15 -
CMYK 0 0.81 0.93 0.2
HSL 7.62º 0.86% 0.43% -
HSV(B) 7.62º 0.93% 0.8% -
XYZ 25.71 14.32 1.86 -
YUV 85.6 88.16 212.45 -
System Red Green Blue C M Y K H S L
Decimal 204 39 15 0 0.81 0.93 0.2 7.62 0.86 0.43
Hex CC 27 F 0 51 5D 14 8 56 2B
Octal 314 47 17 0 121 135 24 10 126 53
Binary 11001100 100111 1111 0 1010001 1011101 10100 1000 1010110 101011

Color Harmonies of #CC270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC270F

Black with #CC270F

Text Example


Text Example

White with #CC270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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