Html Css Color HEX #CF1230 Crimson

📋 copy color: '#CF1230'

red 207 ◦ green 18 ◦ blue 48

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

Shades of Crimson #CF1230

Tints of Crimson #CF1230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 75.82%
G = 6.59%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF1230 (or 0xCF1230) is known color: Crimson. HEX triplet: CF, 12 and 30. RGB value is (207,18,48). Sum of RGB (Red+Green+Blue) = 207+18+48=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1230 is #30EDCF. Grayscale: #4E4E4E. Windows color (decimal): -3206608 or 3150543. OLE color: 3150543.

HSL color Cylindrical-coordinate representation of color #CF1230: hue angle of 350.48º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1230 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 18 48 -
CMYK 0 0.91 0.77 0.19
HSL 350.48º 0.84% 0.44% -
HSV(B) 350.48º 0.91% 0.81% -
XYZ 26.48 13.91 4.09 -
YUV 77.93 111.12 220.06 -
System Red Green Blue C M Y K H S L
Decimal 207 18 48 0 0.91 0.77 0.19 350.48 0.84 0.44
Hex CF 12 30 0 5B 4D 13 15E 54 2C
Octal 317 22 60 0 133 115 23 536 124 54
Binary 11001111 10010 110000 0 1011011 1001101 10011 101011110 1010100 101100

Color Harmonies of #CF1230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1230

Black with #CF1230

Text Example


Text Example

White with #CF1230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1230; }

 p { color: rgb(207,18,48); }

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

background-color css

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

 a { background-color: rgb(207,18,48); }

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

border-color css

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

 span { border-color: rgb(207,18,48); }

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