Html Css Color HEX #C83F1F Harley Davidson Orange

📋 copy color: '#C83F1F'

red 200 ◦ green 63 ◦ blue 31

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

Shades of Harley Davidson Orange #C83F1F

Tints of Harley Davidson Orange #C83F1F

RGB

 RED value IS 200 (78.52% from 255) = 68.03%

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

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

R = 68.03%
G = 21.43%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C83F1F (or 0xC83F1F) is known color: Harley Davidson Orange. HEX triplet: C8, 3F and 1F. RGB value is (200,63,31). Sum of RGB (Red+Green+Blue) = 200+63+31=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F1F is #37C0E0. Grayscale: #646464. Windows color (decimal): -3653857 or 2047944. OLE color: 2047944.

HSL color Cylindrical-coordinate representation of color #C83F1F: hue angle of 11.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C83F1F is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 63 31 -
CMYK 0 0.68 0.84 0.22
HSL 11.36º 0.73% 0.45% -
HSV(B) 11.36º 0.85% 0.78% -
XYZ 25.84 15.93 3.01 -
YUV 100.32 88.89 199.1 -
System Red Green Blue C M Y K H S L
Decimal 200 63 31 0 0.68 0.84 0.22 11.36 0.73 0.45
Hex C8 3F 1F 0 44 54 16 B 49 2D
Octal 310 77 37 0 104 124 26 13 111 55
Binary 11001000 111111 11111 0 1000100 1010100 10110 1011 1001001 101101

Color Harmonies of #C83F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83F1F

Black with #C83F1F

Text Example


Text Example

White with #C83F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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