Html Css Color HEX #CE3F04 Harley Davidson Orange

📋 copy color: '#CE3F04'

red 206 ◦ green 63 ◦ blue 4

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

Shades of Harley Davidson Orange #CE3F04

Tints of Harley Davidson Orange #CE3F04

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

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

R = 75.46%
G = 23.08%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE3F04 (or 0xCE3F04) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 04. RGB value is (206,63,4). Sum of RGB (Red+Green+Blue) = 206+63+4=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3F04 is #31C0FB. Grayscale: #636363. Windows color (decimal): -3260668 or 278478. OLE color: 278478.

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

Color convert

RGB 206 63 4 -
CMYK 0 0.69 0.98 0.19
HSL 17.52º 0.96% 0.41% -
HSV(B) 17.52º 0.98% 0.81% -
XYZ 27.25 16.69 1.9 -
YUV 99.03 74.38 204.3 -
System Red Green Blue C M Y K H S L
Decimal 206 63 4 0 0.69 0.98 0.19 17.52 0.96 0.41
Hex CE 3F 4 0 45 62 13 12 60 29
Octal 316 77 4 0 105 142 23 22 140 51
Binary 11001110 111111 100 0 1000101 1100010 10011 10010 1100000 101001

Color Harmonies of #CE3F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F04

Black with #CE3F04

Text Example


Text Example

White with #CE3F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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