Html Css Color HEX #CE441D Harley Davidson Orange

📋 copy color: '#CE441D'

red 206 ◦ green 68 ◦ blue 29

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

Shades of Harley Davidson Orange #CE441D

Tints of Harley Davidson Orange #CE441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

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

R = 67.99%
G = 22.44%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE441D (or 0xCE441D) is known color: Harley Davidson Orange. HEX triplet: CE, 44 and 1D. RGB value is (206,68,29). Sum of RGB (Red+Green+Blue) = 206+68+29=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE441D is #31BBE2. Grayscale: #696969. Windows color (decimal): -3259363 or 1918158. OLE color: 1918158.

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

Color convert

RGB 206 68 29 -
CMYK 0 0.67 0.86 0.19
HSL 13.22º 0.75% 0.46% -
HSV(B) 13.22º 0.86% 0.81% -
XYZ 27.74 17.34 3.05 -
YUV 104.82 85.22 200.17 -
System Red Green Blue C M Y K H S L
Decimal 206 68 29 0 0.67 0.86 0.19 13.22 0.75 0.46
Hex CE 44 1D 0 43 56 13 D 4B 2E
Octal 316 104 35 0 103 126 23 15 113 56
Binary 11001110 1000100 11101 0 1000011 1010110 10011 1101 1001011 101110

Color Harmonies of #CE441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE441D

Black with #CE441D

Text Example


Text Example

White with #CE441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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