Html Css Color HEX #CE3314 Harley Davidson Orange

📋 copy color: '#CE3314'

red 206 ◦ green 51 ◦ blue 20

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

Shades of Harley Davidson Orange #CE3314

Tints of Harley Davidson Orange #CE3314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

 BLUE value IS 20 (8.2% from 255) = 7.22%

R = 74.37%
G = 18.41%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE3314 (or 0xCE3314) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 14. RGB value is (206,51,20). Sum of RGB (Red+Green+Blue) = 206+51+20=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3314 is #31CCEB. Grayscale: #5E5E5E. Windows color (decimal): -3263724 or 1323982. OLE color: 1323982.

HSL color Cylindrical-coordinate representation of color #CE3314: hue angle of 10º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE3314 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 51 20 -
CMYK 0 0.75 0.90 0.19
HSL 10º 0.82% 0.44% -
HSV(B) 10º 0.9% 0.81% -
XYZ 26.76 15.54 2.25 -
YUV 93.81 86.35 208.02 -
System Red Green Blue C M Y K H S L
Decimal 206 51 20 0 0.75 0.90 0.19 10 0.82 0.44
Hex CE 33 14 0 4B 5A 13 A 52 2C
Octal 316 63 24 0 113 132 23 12 122 54
Binary 11001110 110011 10100 0 1001011 1011010 10011 1010 1010010 101100

Color Harmonies of #CE3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3314

Black with #CE3314

Text Example


Text Example

White with #CE3314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3314; }

 p { color: rgb(206,51,20); }

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

background-color css

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

 a { background-color: rgb(206,51,20); }

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

border-color css

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

 span { border-color: rgb(206,51,20); }

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