Html Css Color HEX #CE4A12 Harley Davidson Orange

📋 copy color: '#CE4A12'

red 206 ◦ green 74 ◦ blue 18

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

Shades of Harley Davidson Orange #CE4A12

Tints of Harley Davidson Orange #CE4A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 69.13%
G = 24.83%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE4A12 (or 0xCE4A12) is known color: Harley Davidson Orange. HEX triplet: CE, 4A and 12. RGB value is (206,74,18). Sum of RGB (Red+Green+Blue) = 206+74+18=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4A12 is #31B5ED. Grayscale: #6B6B6B. Windows color (decimal): -3257838 or 1198798. OLE color: 1198798.

HSL color Cylindrical-coordinate representation of color #CE4A12: hue angle of 17.87º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE4A12 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 74 18 -
CMYK 0 0.64 0.91 0.19
HSL 17.87º 0.84% 0.44% -
HSV(B) 17.87º 0.91% 0.81% -
XYZ 28.01 18.06 2.58 -
YUV 107.08 77.73 198.55 -
System Red Green Blue C M Y K H S L
Decimal 206 74 18 0 0.64 0.91 0.19 17.87 0.84 0.44
Hex CE 4A 12 0 40 5B 13 12 54 2C
Octal 316 112 22 0 100 133 23 22 124 54
Binary 11001110 1001010 10010 0 1000000 1011011 10011 10010 1010100 101100

Color Harmonies of #CE4A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4A12

Black with #CE4A12

Text Example


Text Example

White with #CE4A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4A12; }

 p { color: rgb(206,74,18); }

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

background-color css

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

 a { background-color: rgb(206,74,18); }

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

border-color css

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

 span { border-color: rgb(206,74,18); }

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