Html Css Color HEX #CE271F Harley Davidson Orange

📋 copy color: '#CE271F'

red 206 ◦ green 39 ◦ blue 31

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

Shades of Harley Davidson Orange #CE271F

Tints of Harley Davidson Orange #CE271F

RGB

 RED value IS 206 (80.86% from 255) = 74.64%

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

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 74.64%
G = 14.13%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE271F (or 0xCE271F) is known color: Harley Davidson Orange. HEX triplet: CE, 27 and 1F. RGB value is (206,39,31). Sum of RGB (Red+Green+Blue) = 206+39+31=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE271F is #31D8E0. Grayscale: #585858. Windows color (decimal): -3266785 or 2041806. OLE color: 2041806.

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

Color convert

RGB 206 39 31 -
CMYK 0 0.81 0.85 0.19
HSL 2.74º 0.74% 0.46% -
HSV(B) 2.74º 0.85% 0.81% -
XYZ 26.43 14.67 2.74 -
YUV 88.02 95.83 212.15 -
System Red Green Blue C M Y K H S L
Decimal 206 39 31 0 0.81 0.85 0.19 2.74 0.74 0.46
Hex CE 27 1F 0 51 55 13 3 4A 2E
Octal 316 47 37 0 121 125 23 3 112 56
Binary 11001110 100111 11111 0 1010001 1010101 10011 11 1001010 101110

Color Harmonies of #CE271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE271F

Black with #CE271F

Text Example


Text Example

White with #CE271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE271F; }

 p { color: rgb(206,39,31); }

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

background-color css

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

 a { background-color: rgb(206,39,31); }

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

border-color css

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

 span { border-color: rgb(206,39,31); }

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