Html Css Color HEX #CE3814 Harley Davidson Orange

📋 copy color: '#CE3814'

red 206 ◦ green 56 ◦ blue 20

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

Shades of Harley Davidson Orange #CE3814

Tints of Harley Davidson Orange #CE3814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

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

R = 73.05%
G = 19.86%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE3814 (or 0xCE3814) is known color: Harley Davidson Orange. HEX triplet: CE, 38 and 14. RGB value is (206,56,20). Sum of RGB (Red+Green+Blue) = 206+56+20=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3814 is #31C7EB. Grayscale: #616161. Windows color (decimal): -3262444 or 1325262. OLE color: 1325262.

HSL color Cylindrical-coordinate representation of color #CE3814: hue angle of 11.61º 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 #CE3814 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 56 20 -
CMYK 0 0.73 0.90 0.19
HSL 11.61º 0.82% 0.44% -
HSV(B) 11.61º 0.9% 0.81% -
XYZ 26.99 16 2.33 -
YUV 96.75 84.7 205.93 -
System Red Green Blue C M Y K H S L
Decimal 206 56 20 0 0.73 0.90 0.19 11.61 0.82 0.44
Hex CE 38 14 0 49 5A 13 C 52 2C
Octal 316 70 24 0 111 132 23 14 122 54
Binary 11001110 111000 10100 0 1001001 1011010 10011 1100 1010010 101100

Color Harmonies of #CE3814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3814

Black with #CE3814

Text Example


Text Example

White with #CE3814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3814; }

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

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

background-color css

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

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

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

border-color css

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

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

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