Html Css Color HEX #C33407 Harley Davidson Orange

📋 copy color: '#C33407'

red 195 ◦ green 52 ◦ blue 7

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

Shades of Harley Davidson Orange #C33407

Tints of Harley Davidson Orange #C33407

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

 BLUE value IS 7 (3.13% from 255) = 2.76%

R = 76.77%
G = 20.47%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C33407 (or 0xC33407) is known color: Harley Davidson Orange. HEX triplet: C3, 34 and 07. RGB value is (195,52,7). Sum of RGB (Red+Green+Blue) = 195+52+7=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C33407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33407 is #3CCBF8. Grayscale: #595959. Windows color (decimal): -3984377 or 472259. OLE color: 472259.

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

Color convert

RGB 195 52 7 -
CMYK 0 0.73 0.96 0.24
HSL 14.36º 0.93% 0.4% -
HSV(B) 14.36º 0.96% 0.76% -
XYZ 23.77 14.07 1.66 -
YUV 89.63 81.38 203.16 -
System Red Green Blue C M Y K H S L
Decimal 195 52 7 0 0.73 0.96 0.24 14.36 0.93 0.4
Hex C3 34 7 0 49 60 18 E 5D 28
Octal 303 64 7 0 111 140 30 16 135 50
Binary 11000011 110100 111 0 1001001 1100000 11000 1110 1011101 101000

Color Harmonies of #C33407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33407

Black with #C33407

Text Example


Text Example

White with #C33407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33407; }

 p { color: rgb(195,52,7); }

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

background-color css

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

 a { background-color: rgb(195,52,7); }

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

border-color css

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

 span { border-color: rgb(195,52,7); }

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