Html Css Color HEX #CE231F Harley Davidson Orange

📋 copy color: '#CE231F'

red 206 ◦ green 35 ◦ blue 31

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

Shades of Harley Davidson Orange #CE231F

Tints of Harley Davidson Orange #CE231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 75.74%
G = 12.87%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE231F (or 0xCE231F) is known color: Harley Davidson Orange. HEX triplet: CE, 23 and 1F. RGB value is (206,35,31). Sum of RGB (Red+Green+Blue) = 206+35+31=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE231F is #31DCE0. Grayscale: #555555. Windows color (decimal): -3267809 or 2040782. OLE color: 2040782.

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

Color convert

RGB 206 35 31 -
CMYK 0 0.83 0.85 0.19
HSL 1.37º 0.74% 0.46% -
HSV(B) 1.37º 0.85% 0.81% -
XYZ 26.3 14.42 2.69 -
YUV 85.67 97.15 213.83 -
System Red Green Blue C M Y K H S L
Decimal 206 35 31 0 0.83 0.85 0.19 1.37 0.74 0.46
Hex CE 23 1F 0 53 55 13 1 4A 2E
Octal 316 43 37 0 123 125 23 1 112 56
Binary 11001110 100011 11111 0 1010011 1010101 10011 1 1001010 101110

Color Harmonies of #CE231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE231F

Black with #CE231F

Text Example


Text Example

White with #CE231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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