Html Css Color HEX #C83A1B Harley Davidson Orange

📋 copy color: '#C83A1B'

red 200 ◦ green 58 ◦ blue 27

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

Shades of Harley Davidson Orange #C83A1B

Tints of Harley Davidson Orange #C83A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.35%

 BLUE value IS 27 (10.94% from 255) = 9.47%

R = 70.18%
G = 20.35%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C83A1B (or 0xC83A1B) is known color: Harley Davidson Orange. HEX triplet: C8, 3A and 1B. RGB value is (200,58,27). Sum of RGB (Red+Green+Blue) = 200+58+27=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83A1B is #37C5E4. Grayscale: #616161. Windows color (decimal): -3655141 or 1784520. OLE color: 1784520.

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

Color convert

RGB 200 58 27 -
CMYK 0 0.71 0.86 0.22
HSL 10.75º 0.76% 0.45% -
HSV(B) 10.75º 0.87% 0.78% -
XYZ 25.53 15.38 2.66 -
YUV 96.92 88.54 201.52 -
System Red Green Blue C M Y K H S L
Decimal 200 58 27 0 0.71 0.86 0.22 10.75 0.76 0.45
Hex C8 3A 1B 0 47 56 16 B 4C 2D
Octal 310 72 33 0 107 126 26 13 114 55
Binary 11001000 111010 11011 0 1000111 1010110 10110 1011 1001100 101101

Color Harmonies of #C83A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A1B

Black with #C83A1B

Text Example


Text Example

White with #C83A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A1B; }

 p { color: rgb(200,58,27); }

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

background-color css

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

 a { background-color: rgb(200,58,27); }

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

border-color css

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

 span { border-color: rgb(200,58,27); }

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