Html Css Color HEX #CE3A1E Harley Davidson Orange

📋 copy color: '#CE3A1E'

red 206 ◦ green 58 ◦ blue 30

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

Shades of Harley Davidson Orange #CE3A1E

Tints of Harley Davidson Orange #CE3A1E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.73%

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

R = 70.07%
G = 19.73%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE3A1E (or 0xCE3A1E) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 1E. RGB value is (206,58,30). Sum of RGB (Red+Green+Blue) = 206+58+30=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A1E is #31C5E1. Grayscale: #636363. Windows color (decimal): -3261922 or 1981134. OLE color: 1981134.

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

Color convert

RGB 206 58 30 -
CMYK 0 0.72 0.85 0.19
HSL 9.55º 0.75% 0.46% -
HSV(B) 9.55º 0.85% 0.81% -
XYZ 27.2 16.24 2.93 -
YUV 99.06 89.03 204.28 -
System Red Green Blue C M Y K H S L
Decimal 206 58 30 0 0.72 0.85 0.19 9.55 0.75 0.46
Hex CE 3A 1E 0 48 55 13 A 4B 2E
Octal 316 72 36 0 110 125 23 12 113 56
Binary 11001110 111010 11110 0 1001000 1010101 10011 1010 1001011 101110

Color Harmonies of #CE3A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A1E

Black with #CE3A1E

Text Example


Text Example

White with #CE3A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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