Html Css Color HEX #C4330B Harley Davidson Orange

📋 copy color: '#C4330B'

red 196 ◦ green 51 ◦ blue 11

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

Shades of Harley Davidson Orange #C4330B

Tints of Harley Davidson Orange #C4330B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 75.97%
G = 19.77%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4330B (or 0xC4330B) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 0B. RGB value is (196,51,11). Sum of RGB (Red+Green+Blue) = 196+51+11=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C4330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4330B is #3BCCF4. Grayscale: #5A5A5A. Windows color (decimal): -3919093 or 734148. OLE color: 734148.

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

Color convert

RGB 196 51 11 -
CMYK 0 0.74 0.94 0.23
HSL 12.97º 0.89% 0.41% -
HSV(B) 12.97º 0.94% 0.77% -
XYZ 24.01 14.13 1.78 -
YUV 89.8 83.54 203.75 -
System Red Green Blue C M Y K H S L
Decimal 196 51 11 0 0.74 0.94 0.23 12.97 0.89 0.41
Hex C4 33 B 0 4A 5E 17 D 59 29
Octal 304 63 13 0 112 136 27 15 131 51
Binary 11000100 110011 1011 0 1001010 1011110 10111 1101 1011001 101001

Color Harmonies of #C4330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4330B

Black with #C4330B

Text Example


Text Example

White with #C4330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4330B; }

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

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

background-color css

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

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

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

border-color css

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

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

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