Html Css Color HEX #C83413 Harley Davidson Orange

📋 copy color: '#C83413'

red 200 ◦ green 52 ◦ blue 19

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

Shades of Harley Davidson Orange #C83413

Tints of Harley Davidson Orange #C83413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 73.8%
G = 19.19%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C83413 (or 0xC83413) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 13. RGB value is (200,52,19). Sum of RGB (Red+Green+Blue) = 200+52+19=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C83413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83413 is #37CBEC. Grayscale: #5C5C5C. Windows color (decimal): -3656685 or 1258696. OLE color: 1258696.

HSL color Cylindrical-coordinate representation of color #C83413: hue angle of 10.94º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C83413 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 52 19 -
CMYK 0 0.74 0.90 0.22
HSL 10.94º 0.83% 0.43% -
HSV(B) 10.94º 0.91% 0.78% -
XYZ 25.16 14.78 2.14 -
YUV 92.49 86.53 204.68 -
System Red Green Blue C M Y K H S L
Decimal 200 52 19 0 0.74 0.90 0.22 10.94 0.83 0.43
Hex C8 34 13 0 4A 5A 16 B 53 2B
Octal 310 64 23 0 112 132 26 13 123 53
Binary 11001000 110100 10011 0 1001010 1011010 10110 1011 1010011 101011

Color Harmonies of #C83413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83413

Black with #C83413

Text Example


Text Example

White with #C83413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83413; }

 p { color: rgb(200,52,19); }

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

background-color css

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

 a { background-color: rgb(200,52,19); }

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

border-color css

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

 span { border-color: rgb(200,52,19); }

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