#CF0348

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

Shades of Crimson #CF0348

Tints of Crimson #CF0348

Color information

#CF0348 (or 0xCF0348) is unknown color: approx Crimson. HEX triplet: CF, 03 and 48. RGB value is (207,3,72). Sum of RGB (Red+Green+Blue) = 207+3+72=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0348 is #30FCB7. Grayscale: #474747. Windows color (decimal): -3210424 or 4719567. OLE color: 4719567.

HSL color Cylindrical-coordinate representation of color #CF0348: hue angle of 339.71º 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 #CF0348 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB207372-
CMYK00.990.650.19
HSL339.71º97.14%41.18%-
HSV(B)339.71º98.55%81.18%-
XYZ26.9313.87.37-
YUV71.86128.09224.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 73.40%
GREEN value IS 3 (1.56% from 255) = 1.06%
BLUE value IS 72 (28.52% from 255) = 25.53%
R=73.40%
G=1.06%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20737200.990.650.19339.7197.1441.18
HexCF34806341131546129
Octal317311001431012352414151
Binary11001111111001000011000111000001100111010101001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0348; }

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

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

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

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

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

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

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

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