Html Css Color HEX #CE250D Harley Davidson Orange

📋 copy color: '#CE250D'

red 206 ◦ green 37 ◦ blue 13

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

Shades of Harley Davidson Orange #CE250D

Tints of Harley Davidson Orange #CE250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 80.47%
G = 14.45%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE250D (or 0xCE250D) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 0D. RGB value is (206,37,13). Sum of RGB (Red+Green+Blue) = 206+37+13=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE250D is #31DAF2. Grayscale: #555555. Windows color (decimal): -3267315 or 861646. OLE color: 861646.

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

Color convert

RGB 206 37 13 -
CMYK 0 0.82 0.94 0.19
HSL 7.46º 0.88% 0.43% -
HSV(B) 7.46º 0.94% 0.81% -
XYZ 26.19 14.47 1.79 -
YUV 84.8 87.49 214.45 -
System Red Green Blue C M Y K H S L
Decimal 206 37 13 0 0.82 0.94 0.19 7.46 0.88 0.43
Hex CE 25 D 0 52 5E 13 7 58 2B
Octal 316 45 15 0 122 136 23 7 130 53
Binary 11001110 100101 1101 0 1010010 1011110 10011 111 1011000 101011

Color Harmonies of #CE250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE250D

Black with #CE250D

Text Example


Text Example

White with #CE250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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