Html Css Color HEX #C83302 Harley Davidson Orange

📋 copy color: '#C83302'

red 200 ◦ green 51 ◦ blue 2

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

Shades of Harley Davidson Orange #C83302

Tints of Harley Davidson Orange #C83302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.16%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 79.05%
G = 20.16%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C83302 (or 0xC83302) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 02. RGB value is (200,51,2). Sum of RGB (Red+Green+Blue) = 200+51+2=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C83302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83302 is #37CCFD. Grayscale: #5A5A5A. Windows color (decimal): -3656958 or 144328. OLE color: 144328.

HSL color Cylindrical-coordinate representation of color #C83302: hue angle of 14.85º degrees, saturation: 0.98, 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 #C83302 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 51 2 -
CMYK 0 0.74 0.99 0.22
HSL 14.85º 0.98% 0.4% -
HSV(B) 14.85º 0.99% 0.78% -
XYZ 25.01 14.65 1.57 -
YUV 89.97 78.36 206.48 -
System Red Green Blue C M Y K H S L
Decimal 200 51 2 0 0.74 0.99 0.22 14.85 0.98 0.4
Hex C8 33 2 0 4A 63 16 F 62 28
Octal 310 63 2 0 112 143 26 17 142 50
Binary 11001000 110011 10 0 1001010 1100011 10110 1111 1100010 101000

Color Harmonies of #C83302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83302

Black with #C83302

Text Example


Text Example

White with #C83302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83302; }

 p { color: rgb(200,51,2); }

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

background-color css

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

 a { background-color: rgb(200,51,2); }

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

border-color css

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

 span { border-color: rgb(200,51,2); }

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