Html Css Color HEX #CF1030 Crimson

📋 copy color: '#CF1030'

red 207 ◦ green 16 ◦ blue 48

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

Shades of Crimson #CF1030

Tints of Crimson #CF1030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

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

R = 76.38%
G = 5.9%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF1030 (or 0xCF1030) is known color: Crimson. HEX triplet: CF, 10 and 30. RGB value is (207,16,48). Sum of RGB (Red+Green+Blue) = 207+16+48=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1030 is #30EFCF. Grayscale: #4C4C4C. Windows color (decimal): -3207120 or 3150031. OLE color: 3150031.

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

Color convert

RGB 207 16 48 -
CMYK 0 0.92 0.77 0.19
HSL 349.95º 0.86% 0.44% -
HSV(B) 349.95º 0.92% 0.81% -
XYZ 26.45 13.85 4.08 -
YUV 76.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 207 16 48 0 0.92 0.77 0.19 349.95 0.86 0.44
Hex CF 10 30 0 5C 4D 13 15E 56 2C
Octal 317 20 60 0 134 115 23 536 126 54
Binary 11001111 10000 110000 0 1011100 1001101 10011 101011110 1010110 101100

Color Harmonies of #CF1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1030

Black with #CF1030

Text Example


Text Example

White with #CF1030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1030; }

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

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

background-color css

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

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

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

border-color css

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

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

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