Html Css Color HEX #CE441E Harley Davidson Orange

📋 copy color: '#CE441E'

red 206 ◦ green 68 ◦ blue 30

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

Shades of Harley Davidson Orange #CE441E

Tints of Harley Davidson Orange #CE441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

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

R = 67.76%
G = 22.37%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE441E (or 0xCE441E) is known color: Harley Davidson Orange. HEX triplet: CE, 44 and 1E. RGB value is (206,68,30). Sum of RGB (Red+Green+Blue) = 206+68+30=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE441E is #31BBE1. Grayscale: #696969. Windows color (decimal): -3259362 or 1983694. OLE color: 1983694.

HSL color Cylindrical-coordinate representation of color #CE441E: hue angle of 12.95º degrees, saturation: 0.75, 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 #CE441E is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 68 30 -
CMYK 0 0.67 0.85 0.19
HSL 12.95º 0.75% 0.46% -
HSV(B) 12.95º 0.85% 0.81% -
XYZ 27.76 17.35 3.11 -
YUV 104.93 85.72 200.09 -
System Red Green Blue C M Y K H S L
Decimal 206 68 30 0 0.67 0.85 0.19 12.95 0.75 0.46
Hex CE 44 1E 0 43 55 13 D 4B 2E
Octal 316 104 36 0 103 125 23 15 113 56
Binary 11001110 1000100 11110 0 1000011 1010101 10011 1101 1001011 101110

Color Harmonies of #CE441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE441E

Black with #CE441E

Text Example


Text Example

White with #CE441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE441E; }

 p { color: rgb(206,68,30); }

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

background-color css

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

 a { background-color: rgb(206,68,30); }

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

border-color css

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

 span { border-color: rgb(206,68,30); }

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