Html Css Color HEX #CE421D Harley Davidson Orange

📋 copy color: '#CE421D'

red 206 ◦ green 66 ◦ blue 29

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

Shades of Harley Davidson Orange #CE421D

Tints of Harley Davidson Orange #CE421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 68.44%
G = 21.93%
B = 9.63%

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

#CE421D (or 0xCE421D) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 1D. RGB value is (206,66,29). Sum of RGB (Red+Green+Blue) = 206+66+29=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE421D is #31BDE2. Grayscale: #676767. Windows color (decimal): -3259875 or 1917646. OLE color: 1917646.

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

Color convert

RGB 206 66 29 -
CMYK 0 0.68 0.86 0.19
HSL 12.54º 0.75% 0.46% -
HSV(B) 12.54º 0.86% 0.81% -
XYZ 27.62 17.11 3.01 -
YUV 103.64 85.88 201.01 -
System Red Green Blue C M Y K H S L
Decimal 206 66 29 0 0.68 0.86 0.19 12.54 0.75 0.46
Hex CE 42 1D 0 44 56 13 D 4B 2E
Octal 316 102 35 0 104 126 23 15 113 56
Binary 11001110 1000010 11101 0 1000100 1010110 10011 1101 1001011 101110

Color Harmonies of #CE421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE421D

Black with #CE421D

Text Example


Text Example

White with #CE421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE421D; }

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

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

background-color css

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

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

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

border-color css

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

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

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