Html Css Color HEX #CE3A1D Harley Davidson Orange

📋 copy color: '#CE3A1D'

red 206 ◦ green 58 ◦ blue 29

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

Shades of Harley Davidson Orange #CE3A1D

Tints of Harley Davidson Orange #CE3A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.9%

R = 70.31%
G = 19.8%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE3A1D (or 0xCE3A1D) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 1D. RGB value is (206,58,29). Sum of RGB (Red+Green+Blue) = 206+58+29=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A1D is #31C5E2. Grayscale: #636363. Windows color (decimal): -3261923 or 1915598. OLE color: 1915598.

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

Color convert

RGB 206 58 29 -
CMYK 0 0.72 0.86 0.19
HSL 9.83º 0.75% 0.46% -
HSV(B) 9.83º 0.86% 0.81% -
XYZ 27.19 16.24 2.86 -
YUV 98.95 88.53 204.36 -
System Red Green Blue C M Y K H S L
Decimal 206 58 29 0 0.72 0.86 0.19 9.83 0.75 0.46
Hex CE 3A 1D 0 48 56 13 A 4B 2E
Octal 316 72 35 0 110 126 23 12 113 56
Binary 11001110 111010 11101 0 1001000 1010110 10011 1010 1001011 101110

Color Harmonies of #CE3A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A1D

Black with #CE3A1D

Text Example


Text Example

White with #CE3A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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