Html Css Color HEX #CF0741 Crimson

📋 copy color: '#CF0741'

red 207 ◦ green 7 ◦ blue 65

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

Shades of Crimson #CF0741

Tints of Crimson #CF0741

RGB

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

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

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

R = 74.19%
G = 2.51%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF0741 (or 0xCF0741) is known color: Crimson. HEX triplet: CF, 07 and 41. RGB value is (207,7,65). Sum of RGB (Red+Green+Blue) = 207+7+65=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0741 is #30F8BE. Grayscale: #494949. Windows color (decimal): -3209407 or 4261839. OLE color: 4261839.

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

Color convert

RGB 207 7 65 -
CMYK 0 0.97 0.69 0.19
HSL 342.6º 0.93% 0.42% -
HSV(B) 342.6º 0.97% 0.81% -
XYZ 26.76 13.8 6.25 -
YUV 73.41 123.26 223.28 -
System Red Green Blue C M Y K H S L
Decimal 207 7 65 0 0.97 0.69 0.19 342.6 0.93 0.42
Hex CF 7 41 0 61 45 13 157 5D 2A
Octal 317 7 101 0 141 105 23 527 135 52
Binary 11001111 111 1000001 0 1100001 1000101 10011 101010111 1011101 101010

Color Harmonies of #CF0741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0741

Black with #CF0741

Text Example


Text Example

White with #CF0741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0741; }

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

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

background-color css

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

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

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

border-color css

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

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

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