Html Css Color HEX #C8411F Harley Davidson Orange

📋 copy color: '#C8411F'

red 200 ◦ green 65 ◦ blue 31

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

Shades of Harley Davidson Orange #C8411F

Tints of Harley Davidson Orange #C8411F

RGB

 RED value IS 200 (78.52% from 255) = 67.57%

 GREEN value IS 65 (25.78% from 255) = 21.96%

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

R = 67.57%
G = 21.96%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8411F (or 0xC8411F) is known color: Harley Davidson Orange. HEX triplet: C8, 41 and 1F. RGB value is (200,65,31). Sum of RGB (Red+Green+Blue) = 200+65+31=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8411F is #37BEE0. Grayscale: #656565. Windows color (decimal): -3653345 or 2048456. OLE color: 2048456.

HSL color Cylindrical-coordinate representation of color #C8411F: hue angle of 12.07º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8411F is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 65 31 -
CMYK 0 0.68 0.84 0.22
HSL 12.07º 0.73% 0.45% -
HSV(B) 12.07º 0.85% 0.78% -
XYZ 25.96 16.16 3.05 -
YUV 101.49 88.23 198.26 -
System Red Green Blue C M Y K H S L
Decimal 200 65 31 0 0.68 0.84 0.22 12.07 0.73 0.45
Hex C8 41 1F 0 44 54 16 C 49 2D
Octal 310 101 37 0 104 124 26 14 111 55
Binary 11001000 1000001 11111 0 1000100 1010100 10110 1100 1001001 101101

Color Harmonies of #C8411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8411F

Black with #C8411F

Text Example


Text Example

White with #C8411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8411F; }

 p { color: rgb(200,65,31); }

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

background-color css

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

 a { background-color: rgb(200,65,31); }

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

border-color css

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

 span { border-color: rgb(200,65,31); }

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