Html Css Color HEX #CF3D21 Harley Davidson Orange

📋 copy color: '#CF3D21'

red 207 ◦ green 61 ◦ blue 33

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

Shades of Harley Davidson Orange #CF3D21

Tints of Harley Davidson Orange #CF3D21

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.27%

 BLUE value IS 33 (13.28% from 255) = 10.96%

R = 68.77%
G = 20.27%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF3D21 (or 0xCF3D21) is known color: Harley Davidson Orange. HEX triplet: CF, 3D and 21. RGB value is (207,61,33). Sum of RGB (Red+Green+Blue) = 207+61+33=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D21 is #30C2DE. Grayscale: #656565. Windows color (decimal): -3195615 or 2178511. OLE color: 2178511.

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

Color convert

RGB 207 61 33 -
CMYK 0 0.71 0.84 0.19
HSL 9.66º 0.73% 0.47% -
HSV(B) 9.66º 0.84% 0.81% -
XYZ 27.68 16.71 3.21 -
YUV 101.46 89.37 203.28 -
System Red Green Blue C M Y K H S L
Decimal 207 61 33 0 0.71 0.84 0.19 9.66 0.73 0.47
Hex CF 3D 21 0 47 54 13 A 48 2F
Octal 317 75 41 0 107 124 23 12 110 57
Binary 11001111 111101 100001 0 1000111 1010100 10011 1010 1001000 101111

Color Harmonies of #CF3D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3D21

Black with #CF3D21

Text Example


Text Example

White with #CF3D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3D21; }

 p { color: rgb(207,61,33); }

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

background-color css

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

 a { background-color: rgb(207,61,33); }

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

border-color css

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

 span { border-color: rgb(207,61,33); }

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