Html Css Color HEX #CC271E Harley Davidson Orange

📋 copy color: '#CC271E'

red 204 ◦ green 39 ◦ blue 30

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

Shades of Harley Davidson Orange #CC271E

Tints of Harley Davidson Orange #CC271E

RGB

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

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

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

R = 74.73%
G = 14.29%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC271E (or 0xCC271E) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 1E. RGB value is (204,39,30). Sum of RGB (Red+Green+Blue) = 204+39+30=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC271E is #33D8E1. Grayscale: #575757. Windows color (decimal): -3397858 or 1976268. OLE color: 1976268.

HSL color Cylindrical-coordinate representation of color #CC271E: hue angle of 3.1º 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 #CC271E is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 39 30 -
CMYK 0 0.81 0.85 0.2
HSL 3.1º 0.74% 0.46% -
HSV(B) 3.1º 0.85% 0.8% -
XYZ 25.86 14.38 2.64 -
YUV 87.31 95.66 211.23 -
System Red Green Blue C M Y K H S L
Decimal 204 39 30 0 0.81 0.85 0.2 3.1 0.74 0.46
Hex CC 27 1E 0 51 55 14 3 4A 2E
Octal 314 47 36 0 121 125 24 3 112 56
Binary 11001100 100111 11110 0 1010001 1010101 10100 11 1001010 101110

Color Harmonies of #CC271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC271E

Black with #CC271E

Text Example


Text Example

White with #CC271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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