Html Css Color HEX #C42601 Harley Davidson Orange

📋 copy color: '#C42601'

red 196 ◦ green 38 ◦ blue 1

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

Shades of Harley Davidson Orange #C42601

Tints of Harley Davidson Orange #C42601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.17%

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

R = 83.4%
G = 16.17%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C42601 (or 0xC42601) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 01. RGB value is (196,38,1). Sum of RGB (Red+Green+Blue) = 196+38+1=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C42601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42601 is #3BD9FE. Grayscale: #515151. Windows color (decimal): -3922431 or 75460. OLE color: 75460.

HSL color Cylindrical-coordinate representation of color #C42601: hue angle of 11.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 #C42601 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 38 1 -
CMYK 0 0.81 0.99 0.23
HSL 11.38º 0.99% 0.39% -
HSV(B) 11.38º 0.99% 0.77% -
XYZ 23.46 13.12 1.33 -
YUV 81.02 82.85 210.01 -
System Red Green Blue C M Y K H S L
Decimal 196 38 1 0 0.81 0.99 0.23 11.38 0.99 0.39
Hex C4 26 1 0 51 63 17 B 63 27
Octal 304 46 1 0 121 143 27 13 143 47
Binary 11000100 100110 1 0 1010001 1100011 10111 1011 1100011 100111

Color Harmonies of #C42601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42601

Black with #C42601

Text Example


Text Example

White with #C42601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42601; }

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

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

background-color css

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

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

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

border-color css

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

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

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