Html Css Color HEX #CE250B Harley Davidson Orange

📋 copy color: '#CE250B'

red 206 ◦ green 37 ◦ blue 11

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

Shades of Harley Davidson Orange #CE250B

Tints of Harley Davidson Orange #CE250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.33%

R = 81.1%
G = 14.57%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE250B (or 0xCE250B) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 0B. RGB value is (206,37,11). Sum of RGB (Red+Green+Blue) = 206+37+11=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE250B is #31DAF4. Grayscale: #545454. Windows color (decimal): -3267317 or 730574. OLE color: 730574.

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

Color convert

RGB 206 37 11 -
CMYK 0 0.82 0.95 0.19
HSL 0.9% 0.43% -
HSV(B) 0.95% 0.81% -
XYZ 26.18 14.47 1.73 -
YUV 84.57 86.49 214.61 -
System Red Green Blue C M Y K H S L
Decimal 206 37 11 0 0.82 0.95 0.19 8 0.9 0.43
Hex CE 25 B 0 52 5F 13 8 5A 2B
Octal 316 45 13 0 122 137 23 10 132 53
Binary 11001110 100101 1011 0 1010010 1011111 10011 1000 1011010 101011

Color Harmonies of #CE250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE250B

Black with #CE250B

Text Example


Text Example

White with #CE250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE250B; }

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

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

background-color css

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

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

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

border-color css

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

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

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