Html Css Color HEX #C33F1F Harley Davidson Orange

📋 copy color: '#C33F1F'

red 195 ◦ green 63 ◦ blue 31

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

Shades of Harley Davidson Orange #C33F1F

Tints of Harley Davidson Orange #C33F1F

RGB

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

 GREEN value IS 63 (25% from 255) = 21.8%

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 67.47%
G = 21.8%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C33F1F (or 0xC33F1F) is known color: Harley Davidson Orange. HEX triplet: C3, 3F and 1F. RGB value is (195,63,31). Sum of RGB (Red+Green+Blue) = 195+63+31=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F1F is #3CC0E0. Grayscale: #636363. Windows color (decimal): -3981537 or 2047939. OLE color: 2047939.

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

Color convert

RGB 195 63 31 -
CMYK 0 0.68 0.84 0.24
HSL 11.71º 0.73% 0.44% -
HSV(B) 11.71º 0.84% 0.76% -
XYZ 24.53 15.26 2.95 -
YUV 98.82 89.73 196.6 -
System Red Green Blue C M Y K H S L
Decimal 195 63 31 0 0.68 0.84 0.24 11.71 0.73 0.44
Hex C3 3F 1F 0 44 54 18 C 49 2C
Octal 303 77 37 0 104 124 30 14 111 54
Binary 11000011 111111 11111 0 1000100 1010100 11000 1100 1001001 101100

Color Harmonies of #C33F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F1F

Black with #C33F1F

Text Example


Text Example

White with #C33F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F1F; }

 p { color: rgb(195,63,31); }

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

background-color css

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

 a { background-color: rgb(195,63,31); }

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

border-color css

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

 span { border-color: rgb(195,63,31); }

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