Html Css Color HEX #C93F1C Harley Davidson Orange

📋 copy color: '#C93F1C'

red 201 ◦ green 63 ◦ blue 28

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

Shades of Harley Davidson Orange #C93F1C

Tints of Harley Davidson Orange #C93F1C

RGB

 RED value IS 201 (78.91% from 255) = 68.84%

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

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

R = 68.84%
G = 21.58%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C93F1C (or 0xC93F1C) is known color: Harley Davidson Orange. HEX triplet: C9, 3F and 1C. RGB value is (201,63,28). Sum of RGB (Red+Green+Blue) = 201+63+28=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F1C is #36C0E3. Grayscale: #646464. Windows color (decimal): -3588324 or 1851337. OLE color: 1851337.

HSL color Cylindrical-coordinate representation of color #C93F1C: hue angle of 12.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C93F1C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 63 28 -
CMYK 0 0.69 0.86 0.21
HSL 12.14º 0.76% 0.45% -
HSV(B) 12.14º 0.86% 0.79% -
XYZ 26.07 16.06 2.82 -
YUV 100.27 87.22 199.85 -
System Red Green Blue C M Y K H S L
Decimal 201 63 28 0 0.69 0.86 0.21 12.14 0.76 0.45
Hex C9 3F 1C 0 45 56 15 C 4C 2D
Octal 311 77 34 0 105 126 25 14 114 55
Binary 11001001 111111 11100 0 1000101 1010110 10101 1100 1001100 101101

Color Harmonies of #C93F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F1C

Black with #C93F1C

Text Example


Text Example

White with #C93F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F1C; }

 p { color: rgb(201,63,28); }

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

background-color css

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

 a { background-color: rgb(201,63,28); }

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

border-color css

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

 span { border-color: rgb(201,63,28); }

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