Html Css Color HEX #CF063C Crimson

📋 copy color: '#CF063C'

red 207 ◦ green 6 ◦ blue 60

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

Shades of Crimson #CF063C

Tints of Crimson #CF063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 60 (23.83% from 255) = 21.98%

R = 75.82%
G = 2.2%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF063C (or 0xCF063C) is known color: Crimson. HEX triplet: CF, 06 and 3C. RGB value is (207,6,60). Sum of RGB (Red+Green+Blue) = 207+6+60=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF063C is #30F9C3. Grayscale: #484848. Windows color (decimal): -3209668 or 3933903. OLE color: 3933903.

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

Color convert

RGB 207 6 60 -
CMYK 0 0.97 0.71 0.19
HSL 343.88º 0.94% 0.42% -
HSV(B) 343.88º 0.97% 0.81% -
XYZ 26.61 13.72 5.52 -
YUV 72.26 121.09 224.11 -
System Red Green Blue C M Y K H S L
Decimal 207 6 60 0 0.97 0.71 0.19 343.88 0.94 0.42
Hex CF 6 3C 0 61 47 13 158 5E 2A
Octal 317 6 74 0 141 107 23 530 136 52
Binary 11001111 110 111100 0 1100001 1000111 10011 101011000 1011110 101010

Color Harmonies of #CF063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF063C

Black with #CF063C

Text Example


Text Example

White with #CF063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF063C; }

 p { color: rgb(207,6,60); }

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

background-color css

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

 a { background-color: rgb(207,6,60); }

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

border-color css

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

 span { border-color: rgb(207,6,60); }

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