Html Css Color HEX #CE251F Harley Davidson Orange

📋 copy color: '#CE251F'

red 206 ◦ green 37 ◦ blue 31

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

Shades of Harley Davidson Orange #CE251F

Tints of Harley Davidson Orange #CE251F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 75.18%
G = 13.5%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE251F (or 0xCE251F) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 1F. RGB value is (206,37,31). Sum of RGB (Red+Green+Blue) = 206+37+31=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE251F is #31DAE0. Grayscale: #575757. Windows color (decimal): -3267297 or 2041294. OLE color: 2041294.

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

Color convert

RGB 206 37 31 -
CMYK 0 0.82 0.85 0.19
HSL 2.06º 0.74% 0.46% -
HSV(B) 2.06º 0.85% 0.81% -
XYZ 26.36 14.54 2.71 -
YUV 86.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 206 37 31 0 0.82 0.85 0.19 2.06 0.74 0.46
Hex CE 25 1F 0 52 55 13 2 4A 2E
Octal 316 45 37 0 122 125 23 2 112 56
Binary 11001110 100101 11111 0 1010010 1010101 10011 10 1001010 101110

Color Harmonies of #CE251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE251F

Black with #CE251F

Text Example


Text Example

White with #CE251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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