Html Css Color HEX #CE3F03 Harley Davidson Orange

📋 copy color: '#CE3F03'

red 206 ◦ green 63 ◦ blue 3

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

Shades of Harley Davidson Orange #CE3F03

Tints of Harley Davidson Orange #CE3F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.1%

R = 75.74%
G = 23.16%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE3F03 (or 0xCE3F03) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 03. RGB value is (206,63,3). Sum of RGB (Red+Green+Blue) = 206+63+3=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3F03 is #31C0FC. Grayscale: #636363. Windows color (decimal): -3260669 or 212942. OLE color: 212942.

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

Color convert

RGB 206 63 3 -
CMYK 0 0.69 0.99 0.19
HSL 17.73º 0.97% 0.41% -
HSV(B) 17.73º 0.99% 0.81% -
XYZ 27.25 16.68 1.87 -
YUV 98.92 73.88 204.38 -
System Red Green Blue C M Y K H S L
Decimal 206 63 3 0 0.69 0.99 0.19 17.73 0.97 0.41
Hex CE 3F 3 0 45 63 13 12 61 29
Octal 316 77 3 0 105 143 23 22 141 51
Binary 11001110 111111 11 0 1000101 1100011 10011 10010 1100001 101001

Color Harmonies of #CE3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F03

Black with #CE3F03

Text Example


Text Example

White with #CE3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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