Html Css Color HEX #CE351F Harley Davidson Orange

📋 copy color: '#CE351F'

red 206 ◦ green 53 ◦ blue 31

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

Shades of Harley Davidson Orange #CE351F

Tints of Harley Davidson Orange #CE351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

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

R = 71.03%
G = 18.28%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE351F (or 0xCE351F) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 1F. RGB value is (206,53,31). Sum of RGB (Red+Green+Blue) = 206+53+31=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE351F is #31CAE0. Grayscale: #606060. Windows color (decimal): -3263201 or 2045390. OLE color: 2045390.

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

Color convert

RGB 206 53 31 -
CMYK 0 0.74 0.85 0.19
HSL 7.54º 0.74% 0.46% -
HSV(B) 7.54º 0.85% 0.81% -
XYZ 26.97 15.77 2.92 -
YUV 96.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 206 53 31 0 0.74 0.85 0.19 7.54 0.74 0.46
Hex CE 35 1F 0 4A 55 13 8 4A 2E
Octal 316 65 37 0 112 125 23 10 112 56
Binary 11001110 110101 11111 0 1001010 1010101 10011 1000 1001010 101110

Color Harmonies of #CE351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE351F

Black with #CE351F

Text Example


Text Example

White with #CE351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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