Html Css Color HEX #CE411D Harley Davidson Orange

📋 copy color: '#CE411D'

red 206 ◦ green 65 ◦ blue 29

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

Shades of Harley Davidson Orange #CE411D

Tints of Harley Davidson Orange #CE411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

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

R = 68.67%
G = 21.67%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE411D (or 0xCE411D) is known color: Harley Davidson Orange. HEX triplet: CE, 41 and 1D. RGB value is (206,65,29). Sum of RGB (Red+Green+Blue) = 206+65+29=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE411D is #31BEE2. Grayscale: #676767. Windows color (decimal): -3260131 or 1917390. OLE color: 1917390.

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

Color convert

RGB 206 65 29 -
CMYK 0 0.68 0.86 0.19
HSL 12.2º 0.75% 0.46% -
HSV(B) 12.2º 0.86% 0.81% -
XYZ 27.57 16.99 2.99 -
YUV 103.06 86.21 201.43 -
System Red Green Blue C M Y K H S L
Decimal 206 65 29 0 0.68 0.86 0.19 12.2 0.75 0.46
Hex CE 41 1D 0 44 56 13 C 4B 2E
Octal 316 101 35 0 104 126 23 14 113 56
Binary 11001110 1000001 11101 0 1000100 1010110 10011 1100 1001011 101110

Color Harmonies of #CE411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE411D

Black with #CE411D

Text Example


Text Example

White with #CE411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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