Html Css Color HEX #CE3313 Harley Davidson Orange

📋 copy color: '#CE3313'

red 206 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #CE3313

Tints of Harley Davidson Orange #CE3313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 74.64%
G = 18.48%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE3313 (or 0xCE3313) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 13. RGB value is (206,51,19). Sum of RGB (Red+Green+Blue) = 206+51+19=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3313 is #31CCEC. Grayscale: #5D5D5D. Windows color (decimal): -3263725 or 1258446. OLE color: 1258446.

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

Color convert

RGB 206 51 19 -
CMYK 0 0.75 0.91 0.19
HSL 10.27º 0.83% 0.44% -
HSV(B) 10.27º 0.91% 0.81% -
XYZ 26.75 15.54 2.2 -
YUV 93.7 85.85 208.1 -
System Red Green Blue C M Y K H S L
Decimal 206 51 19 0 0.75 0.91 0.19 10.27 0.83 0.44
Hex CE 33 13 0 4B 5B 13 A 53 2C
Octal 316 63 23 0 113 133 23 12 123 54
Binary 11001110 110011 10011 0 1001011 1011011 10011 1010 1010011 101100

Color Harmonies of #CE3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3313

Black with #CE3313

Text Example


Text Example

White with #CE3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3313; }

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

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

background-color css

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

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

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

border-color css

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

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

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