Html Css Color HEX #CE3704 Harley Davidson Orange

📋 copy color: '#CE3704'

red 206 ◦ green 55 ◦ blue 4

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

Shades of Harley Davidson Orange #CE3704

Tints of Harley Davidson Orange #CE3704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.75%

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 77.74%
G = 20.75%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE3704 (or 0xCE3704) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 04. RGB value is (206,55,4). Sum of RGB (Red+Green+Blue) = 206+55+4=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3704 is #31C8FB. Grayscale: #5E5E5E. Windows color (decimal): -3262716 or 276430. OLE color: 276430.

HSL color Cylindrical-coordinate representation of color #CE3704: hue angle of 15.15º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE3704 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 55 4 -
CMYK 0 0.73 0.98 0.19
HSL 15.15º 0.96% 0.41% -
HSV(B) 15.15º 0.98% 0.81% -
XYZ 26.84 15.86 1.76 -
YUV 94.34 77.03 207.65 -
System Red Green Blue C M Y K H S L
Decimal 206 55 4 0 0.73 0.98 0.19 15.15 0.96 0.41
Hex CE 37 4 0 49 62 13 F 60 29
Octal 316 67 4 0 111 142 23 17 140 51
Binary 11001110 110111 100 0 1001001 1100010 10011 1111 1100000 101001

Color Harmonies of #CE3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3704

Black with #CE3704

Text Example


Text Example

White with #CE3704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3704; }

 p { color: rgb(206,55,4); }

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

background-color css

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

 a { background-color: rgb(206,55,4); }

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

border-color css

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

 span { border-color: rgb(206,55,4); }

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