Html Css Color HEX #CF3313 Harley Davidson Orange

📋 copy color: '#CF3313'

red 207 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #CF3313

Tints of Harley Davidson Orange #CF3313

RGB

 RED value IS 207 (81.25% from 255) = 74.73%

 GREEN value IS 51 (20.31% from 255) = 18.41%

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 74.73%
G = 18.41%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF3313 (or 0xCF3313) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 13. RGB value is (207,51,19). Sum of RGB (Red+Green+Blue) = 207+51+19=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3313 is #30CCEC. Grayscale: #5E5E5E. Windows color (decimal): -3198189 or 1258447. OLE color: 1258447.

HSL color Cylindrical-coordinate representation of color #CF3313: hue angle of 10.21º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF3313 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 51 19 -
CMYK 0 0.75 0.91 0.19
HSL 10.21º 0.83% 0.44% -
HSV(B) 10.21º 0.91% 0.81% -
XYZ 27.03 15.68 2.22 -
YUV 94 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 207 51 19 0 0.75 0.91 0.19 10.21 0.83 0.44
Hex CF 33 13 0 4B 5B 13 A 53 2C
Octal 317 63 23 0 113 133 23 12 123 54
Binary 11001111 110011 10011 0 1001011 1011011 10011 1010 1010011 101100

Color Harmonies of #CF3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3313

Black with #CF3313

Text Example


Text Example

White with #CF3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3313; }

 p { color: rgb(207,51,19); }

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

background-color css

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

 a { background-color: rgb(207,51,19); }

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

border-color css

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

 span { border-color: rgb(207,51,19); }

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