Html Css Color HEX #CF0531 Crimson

📋 copy color: '#CF0531'

red 207 ◦ green 5 ◦ blue 49

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

Shades of Crimson #CF0531

Tints of Crimson #CF0531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 49 (19.53% from 255) = 18.77%

R = 79.31%
G = 1.92%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF0531 (or 0xCF0531) is known color: Crimson. HEX triplet: CF, 05 and 31. RGB value is (207,5,49). Sum of RGB (Red+Green+Blue) = 207+5+49=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0531 is #30FACE. Grayscale: #464646. Windows color (decimal): -3209935 or 3212751. OLE color: 3212751.

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

Color convert

RGB 207 5 49 -
CMYK 0 0.98 0.76 0.19
HSL 346.93º 0.95% 0.42% -
HSV(B) 346.93º 0.98% 0.81% -
XYZ 26.34 13.6 4.14 -
YUV 70.41 115.92 225.42 -
System Red Green Blue C M Y K H S L
Decimal 207 5 49 0 0.98 0.76 0.19 346.93 0.95 0.42
Hex CF 5 31 0 62 4C 13 15B 5F 2A
Octal 317 5 61 0 142 114 23 533 137 52
Binary 11001111 101 110001 0 1100010 1001100 10011 101011011 1011111 101010

Color Harmonies of #CF0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0531

Black with #CF0531

Text Example


Text Example

White with #CF0531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0531; }

 p { color: rgb(207,5,49); }

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

background-color css

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

 a { background-color: rgb(207,5,49); }

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

border-color css

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

 span { border-color: rgb(207,5,49); }

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