Html Css Color HEX #CF1830 Cardinal

📋 copy color: '#CF1830'

red 207 ◦ green 24 ◦ blue 48

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

Shades of Cardinal #CF1830

Tints of Cardinal #CF1830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

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

R = 74.19%
G = 8.6%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF1830 (or 0xCF1830) is known color: Cardinal. HEX triplet: CF, 18 and 30. RGB value is (207,24,48). Sum of RGB (Red+Green+Blue) = 207+24+48=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1830 is #30E7CF. Grayscale: #515151. Windows color (decimal): -3205072 or 3152079. OLE color: 3152079.

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

Color convert

RGB 207 24 48 -
CMYK 0 0.88 0.77 0.19
HSL 352.13º 0.79% 0.45% -
HSV(B) 352.13º 0.88% 0.81% -
XYZ 26.59 14.13 4.12 -
YUV 81.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 207 24 48 0 0.88 0.77 0.19 352.13 0.79 0.45
Hex CF 18 30 0 58 4D 13 160 4F 2D
Octal 317 30 60 0 130 115 23 540 117 55
Binary 11001111 11000 110000 0 1011000 1001101 10011 101100000 1001111 101101

Color Harmonies of #CF1830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1830

Black with #CF1830

Text Example


Text Example

White with #CF1830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1830; }

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

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

background-color css

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

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

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

border-color css

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

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

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