Html Css Color HEX #CF0541 Crimson

📋 copy color: '#CF0541'

red 207 ◦ green 5 ◦ blue 65

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

Shades of Crimson #CF0541

Tints of Crimson #CF0541

RGB

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

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

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

R = 74.73%
G = 1.81%
B = 23.47%

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

#CF0541 (or 0xCF0541) is known color: Crimson. HEX triplet: CF, 05 and 41. RGB value is (207,5,65). Sum of RGB (Red+Green+Blue) = 207+5+65=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0541 is #30FABE. Grayscale: #484848. Windows color (decimal): -3209919 or 4261327. OLE color: 4261327.

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

Color convert

RGB 207 5 65 -
CMYK 0 0.98 0.69 0.19
HSL 342.18º 0.95% 0.42% -
HSV(B) 342.18º 0.98% 0.81% -
XYZ 26.74 13.76 6.25 -
YUV 72.24 123.92 224.12 -
System Red Green Blue C M Y K H S L
Decimal 207 5 65 0 0.98 0.69 0.19 342.18 0.95 0.42
Hex CF 5 41 0 62 45 13 156 5F 2A
Octal 317 5 101 0 142 105 23 526 137 52
Binary 11001111 101 1000001 0 1100010 1000101 10011 101010110 1011111 101010

Color Harmonies of #CF0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0541

Black with #CF0541

Text Example


Text Example

White with #CF0541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0541; }

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

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

background-color css

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

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

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

border-color css

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

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

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