Html Css Color HEX #CE250F Harley Davidson Orange

📋 copy color: '#CE250F'

red 206 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #CE250F

Tints of Harley Davidson Orange #CE250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 79.84%
G = 14.34%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE250F (or 0xCE250F) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 0F. RGB value is (206,37,15). Sum of RGB (Red+Green+Blue) = 206+37+15=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE250F is #31DAF0. Grayscale: #555555. Windows color (decimal): -3267313 or 992718. OLE color: 992718.

HSL color Cylindrical-coordinate representation of color #CE250F: hue angle of 6.91º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE250F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 37 15 -
CMYK 0 0.82 0.93 0.19
HSL 6.91º 0.86% 0.43% -
HSV(B) 6.91º 0.93% 0.81% -
XYZ 26.2 14.48 1.87 -
YUV 85.02 88.49 214.29 -
System Red Green Blue C M Y K H S L
Decimal 206 37 15 0 0.82 0.93 0.19 6.91 0.86 0.43
Hex CE 25 F 0 52 5D 13 7 56 2B
Octal 316 45 17 0 122 135 23 7 126 53
Binary 11001110 100101 1111 0 1010010 1011101 10011 111 1010110 101011

Color Harmonies of #CE250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE250F

Black with #CE250F

Text Example


Text Example

White with #CE250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE250F; }

 p { color: rgb(206,37,15); }

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

background-color css

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

 a { background-color: rgb(206,37,15); }

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

border-color css

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

 span { border-color: rgb(206,37,15); }

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