Html Css Color HEX #CE3D14 Harley Davidson Orange

📋 copy color: '#CE3D14'

red 206 ◦ green 61 ◦ blue 20

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

Shades of Harley Davidson Orange #CE3D14

Tints of Harley Davidson Orange #CE3D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.25%

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 71.78%
G = 21.25%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE3D14 (or 0xCE3D14) is known color: Harley Davidson Orange. HEX triplet: CE, 3D and 14. RGB value is (206,61,20). Sum of RGB (Red+Green+Blue) = 206+61+20=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3D14 is #31C2EB. Grayscale: #636363. Windows color (decimal): -3261164 or 1326542. OLE color: 1326542.

HSL color Cylindrical-coordinate representation of color #CE3D14: hue angle of 13.23º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE3D14 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 61 20 -
CMYK 0 0.70 0.90 0.19
HSL 13.23º 0.82% 0.44% -
HSV(B) 13.23º 0.9% 0.81% -
XYZ 27.25 16.51 2.41 -
YUV 99.68 83.04 203.83 -
System Red Green Blue C M Y K H S L
Decimal 206 61 20 0 0.70 0.90 0.19 13.23 0.82 0.44
Hex CE 3D 14 0 46 5A 13 D 52 2C
Octal 316 75 24 0 106 132 23 15 122 54
Binary 11001110 111101 10100 0 1000110 1011010 10011 1101 1010010 101100

Color Harmonies of #CE3D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D14

Black with #CE3D14

Text Example


Text Example

White with #CE3D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D14; }

 p { color: rgb(206,61,20); }

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

background-color css

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

 a { background-color: rgb(206,61,20); }

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

border-color css

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

 span { border-color: rgb(206,61,20); }

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