Html Css Color HEX #C4431C Harley Davidson Orange

📋 copy color: '#C4431C'

red 196 ◦ green 67 ◦ blue 28

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

Shades of Harley Davidson Orange #C4431C

Tints of Harley Davidson Orange #C4431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 67.35%
G = 23.02%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4431C (or 0xC4431C) is known color: Harley Davidson Orange. HEX triplet: C4, 43 and 1C. RGB value is (196,67,28). Sum of RGB (Red+Green+Blue) = 196+67+28=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4431C is #3BBCE3. Grayscale: #656565. Windows color (decimal): -3914980 or 1852356. OLE color: 1852356.

HSL color Cylindrical-coordinate representation of color #C4431C: hue angle of 13.93º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4431C is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 67 28 -
CMYK 0 0.66 0.86 0.23
HSL 13.93º 0.75% 0.44% -
HSV(B) 13.93º 0.86% 0.77% -
XYZ 24.98 15.83 2.84 -
YUV 101.13 86.74 195.67 -
System Red Green Blue C M Y K H S L
Decimal 196 67 28 0 0.66 0.86 0.23 13.93 0.75 0.44
Hex C4 43 1C 0 42 56 17 E 4B 2C
Octal 304 103 34 0 102 126 27 16 113 54
Binary 11000100 1000011 11100 0 1000010 1010110 10111 1110 1001011 101100

Color Harmonies of #C4431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4431C

Black with #C4431C

Text Example


Text Example

White with #C4431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4431C; }

 p { color: rgb(196,67,28); }

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

background-color css

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

 a { background-color: rgb(196,67,28); }

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

border-color css

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

 span { border-color: rgb(196,67,28); }

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