Html Css Color HEX #CE1F03 Harley Davidson Orange

📋 copy color: '#CE1F03'

red 206 ◦ green 31 ◦ blue 3

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

Shades of Harley Davidson Orange #CE1F03

Tints of Harley Davidson Orange #CE1F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.92%

 BLUE value IS 3 (1.56% from 255) = 1.25%

R = 85.83%
G = 12.92%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE1F03 (or 0xCE1F03) is known color: Harley Davidson Orange. HEX triplet: CE, 1F and 03. RGB value is (206,31,3). Sum of RGB (Red+Green+Blue) = 206+31+3=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1F03 is #31E0FC. Grayscale: #505050. Windows color (decimal): -3268861 or 204750. OLE color: 204750.

HSL color Cylindrical-coordinate representation of color #CE1F03: hue angle of 8.28º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE1F03 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 31 3 -
CMYK 0 0.85 0.99 0.19
HSL 8.28º 0.97% 0.41% -
HSV(B) 8.28º 0.99% 0.81% -
XYZ 25.96 14.11 1.44 -
YUV 80.13 84.48 217.78 -
System Red Green Blue C M Y K H S L
Decimal 206 31 3 0 0.85 0.99 0.19 8.28 0.97 0.41
Hex CE 1F 3 0 55 63 13 8 61 29
Octal 316 37 3 0 125 143 23 10 141 51
Binary 11001110 11111 11 0 1010101 1100011 10011 1000 1100001 101001

Color Harmonies of #CE1F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F03

Black with #CE1F03

Text Example


Text Example

White with #CE1F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F03; }

 p { color: rgb(206,31,3); }

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

background-color css

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

 a { background-color: rgb(206,31,3); }

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

border-color css

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

 span { border-color: rgb(206,31,3); }

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