Html Css Color HEX #CE400C Harley Davidson Orange

📋 copy color: '#CE400C'

red 206 ◦ green 64 ◦ blue 12

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

Shades of Harley Davidson Orange #CE400C

Tints of Harley Davidson Orange #CE400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 73.05%
G = 22.7%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE400C (or 0xCE400C) is known color: Harley Davidson Orange. HEX triplet: CE, 40 and 0C. RGB value is (206,64,12). Sum of RGB (Red+Green+Blue) = 206+64+12=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE400C is #31BFF3. Grayscale: #646464. Windows color (decimal): -3260404 or 803022. OLE color: 803022.

HSL color Cylindrical-coordinate representation of color #CE400C: hue angle of 16.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE400C is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 64 12 -
CMYK 0 0.69 0.94 0.19
HSL 16.08º 0.89% 0.43% -
HSV(B) 16.08º 0.94% 0.81% -
XYZ 27.35 16.82 2.15 -
YUV 100.53 78.04 203.23 -
System Red Green Blue C M Y K H S L
Decimal 206 64 12 0 0.69 0.94 0.19 16.08 0.89 0.43
Hex CE 40 C 0 45 5E 13 10 59 2B
Octal 316 100 14 0 105 136 23 20 131 53
Binary 11001110 1000000 1100 0 1000101 1011110 10011 10000 1011001 101011

Color Harmonies of #CE400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE400C

Black with #CE400C

Text Example


Text Example

White with #CE400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE400C; }

 p { color: rgb(206,64,12); }

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

background-color css

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

 a { background-color: rgb(206,64,12); }

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

border-color css

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

 span { border-color: rgb(206,64,12); }

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