Html Css Color HEX #C3380B Harley Davidson Orange

📋 copy color: '#C3380B'

red 195 ◦ green 56 ◦ blue 11

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

Shades of Harley Davidson Orange #C3380B

Tints of Harley Davidson Orange #C3380B

RGB

 RED value IS 195 (76.56% from 255) = 74.43%

 GREEN value IS 56 (22.27% from 255) = 21.37%

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

R = 74.43%
G = 21.37%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3380B (or 0xC3380B) is known color: Harley Davidson Orange. HEX triplet: C3, 38 and 0B. RGB value is (195,56,11). Sum of RGB (Red+Green+Blue) = 195+56+11=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3380B is #3CC7F4. Grayscale: #5C5C5C. Windows color (decimal): -3983349 or 735427. OLE color: 735427.

HSL color Cylindrical-coordinate representation of color #C3380B: hue angle of 14.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3380B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 56 11 -
CMYK 0 0.71 0.94 0.24
HSL 14.67º 0.89% 0.4% -
HSV(B) 14.67º 0.94% 0.76% -
XYZ 23.98 14.45 1.84 -
YUV 92.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 195 56 11 0 0.71 0.94 0.24 14.67 0.89 0.4
Hex C3 38 B 0 47 5E 18 F 59 28
Octal 303 70 13 0 107 136 30 17 131 50
Binary 11000011 111000 1011 0 1000111 1011110 11000 1111 1011001 101000

Color Harmonies of #C3380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3380B

Black with #C3380B

Text Example


Text Example

White with #C3380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3380B; }

 p { color: rgb(195,56,11); }

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

background-color css

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

 a { background-color: rgb(195,56,11); }

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

border-color css

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

 span { border-color: rgb(195,56,11); }

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