Html Css Color HEX #C83203 Harley Davidson Orange

📋 copy color: '#C83203'

red 200 ◦ green 50 ◦ blue 3

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

Shades of Harley Davidson Orange #C83203

Tints of Harley Davidson Orange #C83203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 79.05%
G = 19.76%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C83203 (or 0xC83203) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 03. RGB value is (200,50,3). Sum of RGB (Red+Green+Blue) = 200+50+3=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C83203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83203 is #37CDFC. Grayscale: #595959. Windows color (decimal): -3657213 or 209608. OLE color: 209608.

HSL color Cylindrical-coordinate representation of color #C83203: hue angle of 14.31º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C83203 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 50 3 -
CMYK 0 0.75 0.98 0.22
HSL 14.31º 0.97% 0.4% -
HSV(B) 14.31º 0.99% 0.78% -
XYZ 24.98 14.57 1.58 -
YUV 89.49 79.2 206.82 -
System Red Green Blue C M Y K H S L
Decimal 200 50 3 0 0.75 0.98 0.22 14.31 0.97 0.4
Hex C8 32 3 0 4B 62 16 E 61 28
Octal 310 62 3 0 113 142 26 16 141 50
Binary 11001000 110010 11 0 1001011 1100010 10110 1110 1100001 101000

Color Harmonies of #C83203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83203

Black with #C83203

Text Example


Text Example

White with #C83203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83203; }

 p { color: rgb(200,50,3); }

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

background-color css

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

 a { background-color: rgb(200,50,3); }

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

border-color css

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

 span { border-color: rgb(200,50,3); }

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