Html Css Color HEX #CE2A1F Harley Davidson Orange

📋 copy color: '#CE2A1F'

red 206 ◦ green 42 ◦ blue 31

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

Shades of Harley Davidson Orange #CE2A1F

Tints of Harley Davidson Orange #CE2A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.05%

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

R = 73.84%
G = 15.05%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE2A1F (or 0xCE2A1F) is known color: Harley Davidson Orange. HEX triplet: CE, 2A and 1F. RGB value is (206,42,31). Sum of RGB (Red+Green+Blue) = 206+42+31=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2A1F is #31D5E0. Grayscale: #595959. Windows color (decimal): -3266017 or 2042574. OLE color: 2042574.

HSL color Cylindrical-coordinate representation of color #CE2A1F: hue angle of 3.77º 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 #CE2A1F is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 42 31 -
CMYK 0 0.80 0.85 0.19
HSL 3.77º 0.74% 0.46% -
HSV(B) 3.77º 0.85% 0.81% -
XYZ 26.53 14.88 2.77 -
YUV 89.78 94.83 210.89 -
System Red Green Blue C M Y K H S L
Decimal 206 42 31 0 0.80 0.85 0.19 3.77 0.74 0.46
Hex CE 2A 1F 0 50 55 13 4 4A 2E
Octal 316 52 37 0 120 125 23 4 112 56
Binary 11001110 101010 11111 0 1010000 1010101 10011 100 1001010 101110

Color Harmonies of #CE2A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A1F

Black with #CE2A1F

Text Example


Text Example

White with #CE2A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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