Html Css Color HEX #CF0248 Crimson

📋 copy color: '#CF0248'

red 207 ◦ green 2 ◦ blue 72

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

Shades of Crimson #CF0248

Tints of Crimson #CF0248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 72 (28.52% from 255) = 25.62%

R = 73.67%
G = 0.71%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF0248 (or 0xCF0248) is known color: Crimson. HEX triplet: CF, 02 and 48. RGB value is (207,2,72). Sum of RGB (Red+Green+Blue) = 207+2+72=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0248 is #30FDB7. Grayscale: #474747. Windows color (decimal): -3210680 or 4719311. OLE color: 4719311.

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

Color convert

RGB 207 2 72 -
CMYK 0 0.99 0.65 0.19
HSL 339.51º 0.98% 0.41% -
HSV(B) 339.51º 0.99% 0.81% -
XYZ 26.92 13.78 7.37 -
YUV 71.28 128.42 224.81 -
System Red Green Blue C M Y K H S L
Decimal 207 2 72 0 0.99 0.65 0.19 339.51 0.98 0.41
Hex CF 2 48 0 63 41 13 154 62 29
Octal 317 2 110 0 143 101 23 524 142 51
Binary 11001111 10 1001000 0 1100011 1000001 10011 101010100 1100010 101001

Color Harmonies of #CF0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0248

Black with #CF0248

Text Example


Text Example

White with #CF0248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0248; }

 p { color: rgb(207,2,72); }

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

background-color css

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

 a { background-color: rgb(207,2,72); }

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

border-color css

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

 span { border-color: rgb(207,2,72); }

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