Html Css Color HEX #CE3A06 Harley Davidson Orange

📋 copy color: '#CE3A06'

red 206 ◦ green 58 ◦ blue 6

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

Shades of Harley Davidson Orange #CE3A06

Tints of Harley Davidson Orange #CE3A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.22%

R = 76.3%
G = 21.48%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE3A06 (or 0xCE3A06) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 06. RGB value is (206,58,6). Sum of RGB (Red+Green+Blue) = 206+58+6=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3A06 is #31C5F9. Grayscale: #606060. Windows color (decimal): -3261946 or 408270. OLE color: 408270.

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

Color convert

RGB 206 58 6 -
CMYK 0 0.72 0.97 0.19
HSL 15.6º 0.94% 0.42% -
HSV(B) 15.6º 0.97% 0.81% -
XYZ 27 16.16 1.87 -
YUV 96.32 77.03 206.23 -
System Red Green Blue C M Y K H S L
Decimal 206 58 6 0 0.72 0.97 0.19 15.6 0.94 0.42
Hex CE 3A 6 0 48 61 13 10 5E 2A
Octal 316 72 6 0 110 141 23 20 136 52
Binary 11001110 111010 110 0 1001000 1100001 10011 10000 1011110 101010

Color Harmonies of #CE3A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A06

Black with #CE3A06

Text Example


Text Example

White with #CE3A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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