Html Css Color HEX #CE3F1F Harley Davidson Orange

📋 copy color: '#CE3F1F'

red 206 ◦ green 63 ◦ blue 31

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

Shades of Harley Davidson Orange #CE3F1F

Tints of Harley Davidson Orange #CE3F1F

RGB

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

 GREEN value IS 63 (25% from 255) = 21%

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

R = 68.67%
G = 21%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE3F1F (or 0xCE3F1F) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 1F. RGB value is (206,63,31). Sum of RGB (Red+Green+Blue) = 206+63+31=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F1F is #31C0E0. Grayscale: #666666. Windows color (decimal): -3260641 or 2047950. OLE color: 2047950.

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

Color convert

RGB 206 63 31 -
CMYK 0 0.69 0.85 0.19
HSL 10.97º 0.74% 0.46% -
HSV(B) 10.97º 0.85% 0.81% -
XYZ 27.48 16.78 3.09 -
YUV 102.11 87.88 202.1 -
System Red Green Blue C M Y K H S L
Decimal 206 63 31 0 0.69 0.85 0.19 10.97 0.74 0.46
Hex CE 3F 1F 0 45 55 13 B 4A 2E
Octal 316 77 37 0 105 125 23 13 112 56
Binary 11001110 111111 11111 0 1000101 1010101 10011 1011 1001010 101110

Color Harmonies of #CE3F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F1F

Black with #CE3F1F

Text Example


Text Example

White with #CE3F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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