Html Css Color HEX #C83401 Harley Davidson Orange

📋 copy color: '#C83401'

red 200 ◦ green 52 ◦ blue 1

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

Shades of Harley Davidson Orange #C83401

Tints of Harley Davidson Orange #C83401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 79.05%
G = 20.55%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C83401 (or 0xC83401) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 01. RGB value is (200,52,1). Sum of RGB (Red+Green+Blue) = 200+52+1=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C83401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83401 is #37CBFE. Grayscale: #5A5A5A. Windows color (decimal): -3656703 or 79048. OLE color: 79048.

HSL color Cylindrical-coordinate representation of color #C83401: hue angle of 15.38º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C83401 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 52 1 -
CMYK 0 0.74 1.00 0.22
HSL 15.38º 0.99% 0.39% -
HSV(B) 15.38º 1% 0.78% -
XYZ 25.05 14.74 1.55 -
YUV 90.44 77.53 206.15 -
System Red Green Blue C M Y K H S L
Decimal 200 52 1 0 0.74 1.00 0.22 15.38 0.99 0.39
Hex C8 34 1 0 4A 64 16 F 63 27
Octal 310 64 1 0 112 144 26 17 143 47
Binary 11001000 110100 1 0 1001010 1100100 10110 1111 1100011 100111

Color Harmonies of #C83401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83401

Black with #C83401

Text Example


Text Example

White with #C83401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83401; }

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

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

background-color css

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

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

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

border-color css

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

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

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