Html Css Color HEX #CE321D Harley Davidson Orange

📋 copy color: '#CE321D'

red 206 ◦ green 50 ◦ blue 29

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

Shades of Harley Davidson Orange #CE321D

Tints of Harley Davidson Orange #CE321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 72.28%
G = 17.54%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE321D (or 0xCE321D) is known color: Harley Davidson Orange. HEX triplet: CE, 32 and 1D. RGB value is (206,50,29). Sum of RGB (Red+Green+Blue) = 206+50+29=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE321D is #31CDE2. Grayscale: #5E5E5E. Windows color (decimal): -3263971 or 1913550. OLE color: 1913550.

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

Color convert

RGB 206 50 29 -
CMYK 0 0.76 0.86 0.19
HSL 7.12º 0.75% 0.46% -
HSV(B) 7.12º 0.86% 0.81% -
XYZ 26.82 15.49 2.74 -
YUV 94.25 91.18 207.71 -
System Red Green Blue C M Y K H S L
Decimal 206 50 29 0 0.76 0.86 0.19 7.12 0.75 0.46
Hex CE 32 1D 0 4C 56 13 7 4B 2E
Octal 316 62 35 0 114 126 23 7 113 56
Binary 11001110 110010 11101 0 1001100 1010110 10011 111 1001011 101110

Color Harmonies of #CE321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE321D

Black with #CE321D

Text Example


Text Example

White with #CE321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE321D; }

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

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

background-color css

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

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

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

border-color css

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

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

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