Html Css Color HEX #CF1845 Crimson

📋 copy color: '#CF1845'

red 207 ◦ green 24 ◦ blue 69

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

Shades of Crimson #CF1845

Tints of Crimson #CF1845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

 BLUE value IS 69 (27.34% from 255) = 23%

R = 69%
G = 8%
B = 23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF1845 (or 0xCF1845) is known color: Crimson. HEX triplet: CF, 18 and 45. RGB value is (207,24,69). Sum of RGB (Red+Green+Blue) = 207+24+69=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1845 is #30E7BA. Grayscale: #535353. Windows color (decimal): -3205051 or 4528335. OLE color: 4528335.

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

Color convert

RGB 207 24 69 -
CMYK 0 0.88 0.67 0.19
HSL 345.25º 0.79% 0.45% -
HSV(B) 345.25º 0.88% 0.81% -
XYZ 27.13 14.35 6.97 -
YUV 83.85 119.63 215.84 -
System Red Green Blue C M Y K H S L
Decimal 207 24 69 0 0.88 0.67 0.19 345.25 0.79 0.45
Hex CF 18 45 0 58 43 13 159 4F 2D
Octal 317 30 105 0 130 103 23 531 117 55
Binary 11001111 11000 1000101 0 1011000 1000011 10011 101011001 1001111 101101

Color Harmonies of #CF1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1845

Black with #CF1845

Text Example


Text Example

White with #CF1845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1845; }

 p { color: rgb(207,24,69); }

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

background-color css

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

 a { background-color: rgb(207,24,69); }

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

border-color css

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

 span { border-color: rgb(207,24,69); }

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