Html Css Color HEX #CE341D Harley Davidson Orange

📋 copy color: '#CE341D'

red 206 ◦ green 52 ◦ blue 29

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

Shades of Harley Davidson Orange #CE341D

Tints of Harley Davidson Orange #CE341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

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

R = 71.78%
G = 18.12%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE341D (or 0xCE341D) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 1D. RGB value is (206,52,29). Sum of RGB (Red+Green+Blue) = 206+52+29=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE341D is #31CBE2. Grayscale: #5F5F5F. Windows color (decimal): -3263459 or 1914062. OLE color: 1914062.

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

Color convert

RGB 206 52 29 -
CMYK 0 0.75 0.86 0.19
HSL 7.8º 0.75% 0.46% -
HSV(B) 7.8º 0.86% 0.81% -
XYZ 26.9 15.67 2.77 -
YUV 95.42 90.52 206.87 -
System Red Green Blue C M Y K H S L
Decimal 206 52 29 0 0.75 0.86 0.19 7.8 0.75 0.46
Hex CE 34 1D 0 4B 56 13 8 4B 2E
Octal 316 64 35 0 113 126 23 10 113 56
Binary 11001110 110100 11101 0 1001011 1010110 10011 1000 1001011 101110

Color Harmonies of #CE341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE341D

Black with #CE341D

Text Example


Text Example

White with #CE341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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