Html Css Color HEX #CF0744 Crimson

📋 copy color: '#CF0744'

red 207 ◦ green 7 ◦ blue 68

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

Shades of Crimson #CF0744

Tints of Crimson #CF0744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.48%

 BLUE value IS 68 (26.95% from 255) = 24.11%

R = 73.4%
G = 2.48%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF0744 (or 0xCF0744) is known color: Crimson. HEX triplet: CF, 07 and 44. RGB value is (207,7,68). Sum of RGB (Red+Green+Blue) = 207+7+68=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0744 is #30F8BB. Grayscale: #494949. Windows color (decimal): -3209404 or 4458447. OLE color: 4458447.

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

Color convert

RGB 207 7 68 -
CMYK 0 0.97 0.67 0.19
HSL 341.7º 0.93% 0.42% -
HSV(B) 341.7º 0.97% 0.81% -
XYZ 26.85 13.83 6.72 -
YUV 73.75 124.76 223.04 -
System Red Green Blue C M Y K H S L
Decimal 207 7 68 0 0.97 0.67 0.19 341.7 0.93 0.42
Hex CF 7 44 0 61 43 13 156 5D 2A
Octal 317 7 104 0 141 103 23 526 135 52
Binary 11001111 111 1000100 0 1100001 1000011 10011 101010110 1011101 101010

Color Harmonies of #CF0744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0744

Black with #CF0744

Text Example


Text Example

White with #CF0744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0744; }

 p { color: rgb(207,7,68); }

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

background-color css

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

 a { background-color: rgb(207,7,68); }

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

border-color css

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

 span { border-color: rgb(207,7,68); }

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