#CF0335

Color #CF0335 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #CF0335

Tints of Crimson #CF0335

Color information

#CF0335 (or 0xCF0335) is unknown color: approx Crimson. HEX triplet: CF, 03 and 35. RGB value is (207,3,53). Sum of RGB (Red+Green+Blue) = 207+3+53=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0335 is #30FCCA. Grayscale: #454545. Windows color (decimal): -3210443 or 3474383. OLE color: 3474383.

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

Color convert

RGB207353-
CMYK00.990.740.19
HSL345.29º97.14%41.18%-
HSV(B)345.29º98.55%81.18%-
XYZ26.4113.594.6-
YUV69.7118.59225.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 78.71%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=78.71%
G=1.14%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20735300.990.740.19345.2997.1441.18
HexCF3350634A131596129
Octal31736501431122353114151
Binary1100111111110101011000111001010100111010110011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0335; }

 p { color: rgb(207,3,53); }

 H1.HeaderClassName
 {
   color: #CF0335;
 }
 .AnyTagClassName
 {
   color: #CF0335;
 }
</style>
background-color css

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

 a { background-color: rgb(207,3,53); }

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

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

 span { border-color: rgb(207,3,53); }

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