Html Css Color HEX #CE3D04 Harley Davidson Orange

📋 copy color: '#CE3D04'

red 206 ◦ green 61 ◦ blue 4

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

Shades of Harley Davidson Orange #CE3D04

Tints of Harley Davidson Orange #CE3D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.51%

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

R = 76.01%
G = 22.51%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE3D04 (or 0xCE3D04) is known color: Harley Davidson Orange. HEX triplet: CE, 3D and 04. RGB value is (206,61,4). Sum of RGB (Red+Green+Blue) = 206+61+4=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3D04 is #31C2FB. Grayscale: #626262. Windows color (decimal): -3261180 or 277966. OLE color: 277966.

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

Color convert

RGB 206 61 4 -
CMYK 0 0.70 0.98 0.19
HSL 16.93º 0.96% 0.41% -
HSV(B) 16.93º 0.98% 0.81% -
XYZ 27.14 16.47 1.86 -
YUV 97.86 75.04 205.13 -
System Red Green Blue C M Y K H S L
Decimal 206 61 4 0 0.70 0.98 0.19 16.93 0.96 0.41
Hex CE 3D 4 0 46 62 13 11 60 29
Octal 316 75 4 0 106 142 23 21 140 51
Binary 11001110 111101 100 0 1000110 1100010 10011 10001 1100000 101001

Color Harmonies of #CE3D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D04

Black with #CE3D04

Text Example


Text Example

White with #CE3D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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