Html Css Color HEX #CE3B02 Harley Davidson Orange

📋 copy color: '#CE3B02'

red 206 ◦ green 59 ◦ blue 2

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

Shades of Harley Davidson Orange #CE3B02

Tints of Harley Davidson Orange #CE3B02

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.1%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 77.15%
G = 22.1%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE3B02 (or 0xCE3B02) is known color: Harley Davidson Orange. HEX triplet: CE, 3B and 02. RGB value is (206,59,2). Sum of RGB (Red+Green+Blue) = 206+59+2=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3B02 is #31C4FD. Grayscale: #606060. Windows color (decimal): -3261694 or 146382. OLE color: 146382.

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

Color convert

RGB 206 59 2 -
CMYK 0 0.71 0.99 0.19
HSL 16.76º 0.98% 0.41% -
HSV(B) 16.76º 0.99% 0.81% -
XYZ 27.03 16.25 1.77 -
YUV 96.46 74.7 206.13 -
System Red Green Blue C M Y K H S L
Decimal 206 59 2 0 0.71 0.99 0.19 16.76 0.98 0.41
Hex CE 3B 2 0 47 63 13 11 62 29
Octal 316 73 2 0 107 143 23 21 142 51
Binary 11001110 111011 10 0 1000111 1100011 10011 10001 1100010 101001

Color Harmonies of #CE3B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B02

Black with #CE3B02

Text Example


Text Example

White with #CE3B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B02; }

 p { color: rgb(206,59,2); }

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

background-color css

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

 a { background-color: rgb(206,59,2); }

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

border-color css

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

 span { border-color: rgb(206,59,2); }

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