Html Css Color HEX #C83523 Harley Davidson Orange

📋 copy color: '#C83523'

red 200 ◦ green 53 ◦ blue 35

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

Shades of Harley Davidson Orange #C83523

Tints of Harley Davidson Orange #C83523

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.4%

 BLUE value IS 35 (14.06% from 255) = 12.15%

R = 69.44%
G = 18.4%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C83523 (or 0xC83523) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 23. RGB value is (200,53,35). Sum of RGB (Red+Green+Blue) = 200+53+35=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C83523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83523 is #37CADC. Grayscale: #5F5F5F. Windows color (decimal): -3656413 or 2307528. OLE color: 2307528.

HSL color Cylindrical-coordinate representation of color #C83523: hue angle of 6.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C83523 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 53 35 -
CMYK 0 0.74 0.82 0.22
HSL 6.55º 0.7% 0.46% -
HSV(B) 6.55º 0.83% 0.78% -
XYZ 25.4 14.95 3.14 -
YUV 94.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 200 53 35 0 0.74 0.82 0.22 6.55 0.7 0.46
Hex C8 35 23 0 4A 52 16 7 46 2E
Octal 310 65 43 0 112 122 26 7 106 56
Binary 11001000 110101 100011 0 1001010 1010010 10110 111 1000110 101110

Color Harmonies of #C83523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83523

Black with #C83523

Text Example


Text Example

White with #C83523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83523; }

 p { color: rgb(200,53,35); }

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

background-color css

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

 a { background-color: rgb(200,53,35); }

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

border-color css

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

 span { border-color: rgb(200,53,35); }

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