Html Css Color HEX #CF0441 Crimson

📋 copy color: '#CF0441'

red 207 ◦ green 4 ◦ blue 65

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

Shades of Crimson #CF0441

Tints of Crimson #CF0441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 75%
G = 1.45%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF0441 (or 0xCF0441) is known color: Crimson. HEX triplet: CF, 04 and 41. RGB value is (207,4,65). Sum of RGB (Red+Green+Blue) = 207+4+65=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0441 is #30FBBE. Grayscale: #474747. Windows color (decimal): -3210175 or 4261071. OLE color: 4261071.

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

Color convert

RGB 207 4 65 -
CMYK 0 0.98 0.69 0.19
HSL 341.97º 0.96% 0.41% -
HSV(B) 341.97º 0.98% 0.81% -
XYZ 26.73 13.73 6.24 -
YUV 71.65 124.25 224.54 -
System Red Green Blue C M Y K H S L
Decimal 207 4 65 0 0.98 0.69 0.19 341.97 0.96 0.41
Hex CF 4 41 0 62 45 13 156 60 29
Octal 317 4 101 0 142 105 23 526 140 51
Binary 11001111 100 1000001 0 1100010 1000101 10011 101010110 1100000 101001

Color Harmonies of #CF0441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0441

Black with #CF0441

Text Example


Text Example

White with #CF0441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0441; }

 p { color: rgb(207,4,65); }

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

background-color css

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

 a { background-color: rgb(207,4,65); }

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

border-color css

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

 span { border-color: rgb(207,4,65); }

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