Html Css Color HEX #C83E1F Harley Davidson Orange

📋 copy color: '#C83E1F'

red 200 ◦ green 62 ◦ blue 31

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

Shades of Harley Davidson Orange #C83E1F

Tints of Harley Davidson Orange #C83E1F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.16%

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

R = 68.26%
G = 21.16%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C83E1F (or 0xC83E1F) is known color: Harley Davidson Orange. HEX triplet: C8, 3E and 1F. RGB value is (200,62,31). Sum of RGB (Red+Green+Blue) = 200+62+31=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E1F is #37C1E0. Grayscale: #636363. Windows color (decimal): -3654113 or 2047688. OLE color: 2047688.

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

Color convert

RGB 200 62 31 -
CMYK 0 0.69 0.84 0.22
HSL 11.01º 0.73% 0.45% -
HSV(B) 11.01º 0.85% 0.78% -
XYZ 25.79 15.82 2.99 -
YUV 99.73 89.22 199.52 -
System Red Green Blue C M Y K H S L
Decimal 200 62 31 0 0.69 0.84 0.22 11.01 0.73 0.45
Hex C8 3E 1F 0 45 54 16 B 49 2D
Octal 310 76 37 0 105 124 26 13 111 55
Binary 11001000 111110 11111 0 1000101 1010100 10110 1011 1001001 101101

Color Harmonies of #C83E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83E1F

Black with #C83E1F

Text Example


Text Example

White with #C83E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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