Html Css Color HEX #CF0130 Crimson

📋 copy color: '#CF0130'

red 207 ◦ green 1 ◦ blue 48

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

Shades of Crimson #CF0130

Tints of Crimson #CF0130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 80.86%
G = 0.39%
B = 18.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF0130 (or 0xCF0130) is known color: Crimson. HEX triplet: CF, 01 and 30. RGB value is (207,1,48). Sum of RGB (Red+Green+Blue) = 207+1+48=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0130 is #30FECF. Grayscale: #434343. Windows color (decimal): -3210960 or 3146191. OLE color: 3146191.

HSL color Cylindrical-coordinate representation of color #CF0130: hue angle of 346.31º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0130 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 48 -
CMYK 0 1.00 0.77 0.19
HSL 346.31º 0.99% 0.41% -
HSV(B) 346.31º 1% 0.81% -
XYZ 26.28 13.5 4.02 -
YUV 67.95 116.75 227.18 -
System Red Green Blue C M Y K H S L
Decimal 207 1 48 0 1.00 0.77 0.19 346.31 0.99 0.41
Hex CF 1 30 0 64 4D 13 15A 63 29
Octal 317 1 60 0 144 115 23 532 143 51
Binary 11001111 1 110000 0 1100100 1001101 10011 101011010 1100011 101001

Color Harmonies of #CF0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0130

Black with #CF0130

Text Example


Text Example

White with #CF0130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0130; }

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

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

background-color css

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

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

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

border-color css

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

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

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