Html Css Color HEX #CF361F Harley Davidson Orange

📋 copy color: '#CF361F'

red 207 ◦ green 54 ◦ blue 31

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

Shades of Harley Davidson Orange #CF361F

Tints of Harley Davidson Orange #CF361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

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

R = 70.89%
G = 18.49%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF361F (or 0xCF361F) is known color: Harley Davidson Orange. HEX triplet: CF, 36 and 1F. RGB value is (207,54,31). Sum of RGB (Red+Green+Blue) = 207+54+31=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF361F is #30C9E0. Grayscale: #616161. Windows color (decimal): -3197409 or 2045647. OLE color: 2045647.

HSL color Cylindrical-coordinate representation of color #CF361F: hue angle of 7.84º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF361F is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 54 31 -
CMYK 0 0.74 0.85 0.19
HSL 7.84º 0.74% 0.47% -
HSV(B) 7.84º 0.85% 0.81% -
XYZ 27.3 16 2.95 -
YUV 97.13 90.69 206.37 -
System Red Green Blue C M Y K H S L
Decimal 207 54 31 0 0.74 0.85 0.19 7.84 0.74 0.47
Hex CF 36 1F 0 4A 55 13 8 4A 2F
Octal 317 66 37 0 112 125 23 10 112 57
Binary 11001111 110110 11111 0 1001010 1010101 10011 1000 1001010 101111

Color Harmonies of #CF361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF361F

Black with #CF361F

Text Example


Text Example

White with #CF361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF361F; }

 p { color: rgb(207,54,31); }

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

background-color css

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

 a { background-color: rgb(207,54,31); }

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

border-color css

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

 span { border-color: rgb(207,54,31); }

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