Html Css Color HEX #C83E1C Harley Davidson Orange

📋 copy color: '#C83E1C'

red 200 ◦ green 62 ◦ blue 28

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

Shades of Harley Davidson Orange #C83E1C

Tints of Harley Davidson Orange #C83E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.66%

R = 68.97%
G = 21.38%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C83E1C (or 0xC83E1C) is known color: Harley Davidson Orange. HEX triplet: C8, 3E and 1C. RGB value is (200,62,28). Sum of RGB (Red+Green+Blue) = 200+62+28=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E1C is #37C1E3. Grayscale: #636363. Windows color (decimal): -3654116 or 1851080. OLE color: 1851080.

HSL color Cylindrical-coordinate representation of color #C83E1C: hue angle of 11.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C83E1C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 62 28 -
CMYK 0 0.69 0.86 0.22
HSL 11.86º 0.75% 0.45% -
HSV(B) 11.86º 0.86% 0.78% -
XYZ 25.75 15.81 2.79 -
YUV 99.39 87.72 199.76 -
System Red Green Blue C M Y K H S L
Decimal 200 62 28 0 0.69 0.86 0.22 11.86 0.75 0.45
Hex C8 3E 1C 0 45 56 16 C 4B 2D
Octal 310 76 34 0 105 126 26 14 113 55
Binary 11001000 111110 11100 0 1000101 1010110 10110 1100 1001011 101101

Color Harmonies of #C83E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83E1C

Black with #C83E1C

Text Example


Text Example

White with #C83E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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