Html Css Color HEX #C43301 Harley Davidson Orange

📋 copy color: '#C43301'

red 196 ◦ green 51 ◦ blue 1

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

Shades of Harley Davidson Orange #C43301

Tints of Harley Davidson Orange #C43301

RGB

 RED value IS 196 (76.95% from 255) = 79.03%

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

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

R = 79.03%
G = 20.56%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C43301 (or 0xC43301) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 01. RGB value is (196,51,1). Sum of RGB (Red+Green+Blue) = 196+51+1=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C43301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43301 is #3BCCFE. Grayscale: #595959. Windows color (decimal): -3919103 or 78788. OLE color: 78788.

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

Color convert

RGB 196 51 1 -
CMYK 0 0.74 0.99 0.23
HSL 15.38º 0.99% 0.39% -
HSV(B) 15.38º 0.99% 0.77% -
XYZ 23.95 14.11 1.49 -
YUV 88.66 78.54 204.57 -
System Red Green Blue C M Y K H S L
Decimal 196 51 1 0 0.74 0.99 0.23 15.38 0.99 0.39
Hex C4 33 1 0 4A 63 17 F 63 27
Octal 304 63 1 0 112 143 27 17 143 47
Binary 11000100 110011 1 0 1001010 1100011 10111 1111 1100011 100111

Color Harmonies of #C43301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43301

Black with #C43301

Text Example


Text Example

White with #C43301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43301; }

 p { color: rgb(196,51,1); }

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

background-color css

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

 a { background-color: rgb(196,51,1); }

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

border-color css

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

 span { border-color: rgb(196,51,1); }

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