Html Css Color HEX #CE1F00 Harley Davidson Orange

📋 copy color: '#CE1F00'

red 206 ◦ green 31 ◦ blue 0

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

Shades of Harley Davidson Orange #CE1F00

Tints of Harley Davidson Orange #CE1F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.92%
G = 13.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE1F00 (or 0xCE1F00) is known color: Harley Davidson Orange. HEX triplet: CE, 1F and 00. RGB value is (206,31,0). Sum of RGB (Red+Green+Blue) = 206+31+0=237 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.92% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1F00 is #31E0FF. Grayscale: #505050. Windows color (decimal): -3268864 or 8142. OLE color: 8142.

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

Color convert

RGB 206 31 0 -
CMYK 0 0.85 1 0.19
HSL 9.03º 1% 0.4% -
HSV(B) 9.03º 1% 0.81% -
XYZ 25.94 14.1 1.35 -
YUV 79.79 82.98 218.02 -
System Red Green Blue C M Y K H S L
Decimal 206 31 0 0 0.85 1 0.19 9.03 1 0.4
Hex CE 1F 0 0 55 64 13 9 64 28
Octal 316 37 0 0 125 144 23 11 144 50
Binary 11001110 11111 0 0 1010101 1100100 10011 1001 1100100 101000

Color Harmonies of #CE1F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F00

Black with #CE1F00

Text Example


Text Example

White with #CE1F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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